GoogleApi.Datastream.V1.Model.DiscoverConnectionProfileRequest (google_api_datastream v0.2.0) View Source
Request message for 'discover' ConnectionProfile request.
Attributes
-
connectionProfile(type:GoogleApi.Datastream.V1.Model.ConnectionProfile.t, default:nil) - An ad-hoc connection profile configuration. -
connectionProfileName(type:String.t, default:nil) - A reference to an existing connection profile. -
fullHierarchy(type:boolean(), default:nil) - Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE). -
hierarchyDepth(type:integer(), default:nil) - The number of hierarchy levels below the current level to be retrieved. -
mysqlRdbms(type:GoogleApi.Datastream.V1.Model.MysqlRdbms.t, default:nil) - MySQL RDBMS to enrich with child data objects and metadata. -
oracleRdbms(type:GoogleApi.Datastream.V1.Model.OracleRdbms.t, default:nil) - Oracle RDBMS to enrich with child data objects and metadata.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastream.V1.Model.DiscoverConnectionProfileRequest{
connectionProfile: GoogleApi.Datastream.V1.Model.ConnectionProfile.t() | nil,
connectionProfileName: String.t() | nil,
fullHierarchy: boolean() | nil,
hierarchyDepth: integer() | nil,
mysqlRdbms: GoogleApi.Datastream.V1.Model.MysqlRdbms.t() | nil,
oracleRdbms: GoogleApi.Datastream.V1.Model.OracleRdbms.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.