public interface DiscoverConnectionProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConnectionProfile |
getConnectionProfile()
An ad-hoc connection profile configuration.
|
String |
getConnectionProfileName()
A reference to an existing connection profile.
|
com.google.protobuf.ByteString |
getConnectionProfileNameBytes()
A reference to an existing connection profile.
|
ConnectionProfileOrBuilder |
getConnectionProfileOrBuilder()
An ad-hoc connection profile configuration.
|
DiscoverConnectionProfileRequest.DataObjectCase |
getDataObjectCase() |
boolean |
getFullHierarchy()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the
current level (FALSE).
|
DiscoverConnectionProfileRequest.HierarchyCase |
getHierarchyCase() |
int |
getHierarchyDepth()
The number of hierarchy levels below the current level to be retrieved.
|
MysqlRdbms |
getMysqlRdbms()
MySQL RDBMS to enrich with child data objects and metadata.
|
MysqlRdbmsOrBuilder |
getMysqlRdbmsOrBuilder()
MySQL RDBMS to enrich with child data objects and metadata.
|
OracleRdbms |
getOracleRdbms()
Oracle RDBMS to enrich with child data objects and metadata.
|
OracleRdbmsOrBuilder |
getOracleRdbmsOrBuilder()
Oracle RDBMS to enrich with child data objects and metadata.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
PostgresqlRdbms |
getPostgresqlRdbms()
PostgreSQL RDBMS to enrich with child data objects and metadata.
|
PostgresqlRdbmsOrBuilder |
getPostgresqlRdbmsOrBuilder()
PostgreSQL RDBMS to enrich with child data objects and metadata.
|
DiscoverConnectionProfileRequest.TargetCase |
getTargetCase() |
boolean |
hasConnectionProfile()
An ad-hoc connection profile configuration.
|
boolean |
hasConnectionProfileName()
A reference to an existing connection profile.
|
boolean |
hasFullHierarchy()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the
current level (FALSE).
|
boolean |
hasHierarchyDepth()
The number of hierarchy levels below the current level to be retrieved.
|
boolean |
hasMysqlRdbms()
MySQL RDBMS to enrich with child data objects and metadata.
|
boolean |
hasOracleRdbms()
Oracle RDBMS to enrich with child data objects and metadata.
|
boolean |
hasPostgresqlRdbms()
PostgreSQL RDBMS to enrich with child data objects and metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource of the connection profile type. Must be in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource of the connection profile type. Must be in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasConnectionProfile()
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;ConnectionProfile getConnectionProfile()
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;ConnectionProfileOrBuilder getConnectionProfileOrBuilder()
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;boolean hasConnectionProfileName()
A reference to an existing connection profile.
string connection_profile_name = 201;String getConnectionProfileName()
A reference to an existing connection profile.
string connection_profile_name = 201;com.google.protobuf.ByteString getConnectionProfileNameBytes()
A reference to an existing connection profile.
string connection_profile_name = 201;boolean hasFullHierarchy()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
bool full_hierarchy = 3;boolean getFullHierarchy()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
bool full_hierarchy = 3;boolean hasHierarchyDepth()
The number of hierarchy levels below the current level to be retrieved.
int32 hierarchy_depth = 4;int getHierarchyDepth()
The number of hierarchy levels below the current level to be retrieved.
int32 hierarchy_depth = 4;boolean hasOracleRdbms()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;OracleRdbms getOracleRdbms()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;OracleRdbmsOrBuilder getOracleRdbmsOrBuilder()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;boolean hasMysqlRdbms()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;MysqlRdbms getMysqlRdbms()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;MysqlRdbmsOrBuilder getMysqlRdbmsOrBuilder()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;boolean hasPostgresqlRdbms()
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;PostgresqlRdbms getPostgresqlRdbms()
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;PostgresqlRdbmsOrBuilder getPostgresqlRdbmsOrBuilder()
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;DiscoverConnectionProfileRequest.TargetCase getTargetCase()
DiscoverConnectionProfileRequest.HierarchyCase getHierarchyCase()
DiscoverConnectionProfileRequest.DataObjectCase getDataObjectCase()
Copyright © 2022 Google LLC. All rights reserved.