View Source GoogleApi.Datastream.V1.Model.DiscoverConnectionProfileRequest (google_api_datastream v0.4.0)

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.
  • postgresqlRdbms (type: GoogleApi.Datastream.V1.Model.PostgresqlRdbms.t, default: nil) - PostgreSQL RDBMS to enrich with child data objects and metadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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,
  postgresqlRdbms: GoogleApi.Datastream.V1.Model.PostgresqlRdbms.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.