Interface DiscoverConnectionProfileRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiscoverConnectionProfileRequest
,DiscoverConnectionProfileRequest.Builder
public interface DiscoverConnectionProfileRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionProfile
getConnectionProfile()
An ad-hoc ConnectionProfile configuration.String
getConnectionProfileName()
A reference to an existing ConnectionProfile.com.google.protobuf.ByteString
getConnectionProfileNameBytes()
A reference to an existing ConnectionProfile.ConnectionProfileOrBuilder
getConnectionProfileOrBuilder()
An ad-hoc ConnectionProfile configuration.DiscoverConnectionProfileRequest.DataObjectCase
getDataObjectCase()
DiscoverConnectionProfileRequest.DepthCase
getDepthCase()
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.int
getRecursionDepth()
The number of hierarchy levels below the current level to be retrieved.boolean
getRecursive()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).DiscoverConnectionProfileRequest.TargetCase
getTargetCase()
boolean
hasConnectionProfile()
An ad-hoc ConnectionProfile configuration.boolean
hasConnectionProfileName()
A reference to an existing ConnectionProfile.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
hasRecursionDepth()
The number of hierarchy levels below the current level to be retrieved.boolean
hasRecursive()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The parent resource of the ConnectionProfile type. Must be in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource of the ConnectionProfile type. Must be in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
hasConnectionProfile
boolean hasConnectionProfile()
An ad-hoc ConnectionProfile configuration.
.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
- Returns:
- Whether the connectionProfile field is set.
-
getConnectionProfile
ConnectionProfile getConnectionProfile()
An ad-hoc ConnectionProfile configuration.
.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
- Returns:
- The connectionProfile.
-
getConnectionProfileOrBuilder
ConnectionProfileOrBuilder getConnectionProfileOrBuilder()
An ad-hoc ConnectionProfile configuration.
.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
-
hasConnectionProfileName
boolean hasConnectionProfileName()
A reference to an existing ConnectionProfile.
string connection_profile_name = 201;
- Returns:
- Whether the connectionProfileName field is set.
-
getConnectionProfileName
String getConnectionProfileName()
A reference to an existing ConnectionProfile.
string connection_profile_name = 201;
- Returns:
- The connectionProfileName.
-
getConnectionProfileNameBytes
com.google.protobuf.ByteString getConnectionProfileNameBytes()
A reference to an existing ConnectionProfile.
string connection_profile_name = 201;
- Returns:
- The bytes for connectionProfileName.
-
hasRecursive
boolean hasRecursive()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
bool recursive = 3;
- Returns:
- Whether the recursive field is set.
-
getRecursive
boolean getRecursive()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
bool recursive = 3;
- Returns:
- The recursive.
-
hasRecursionDepth
boolean hasRecursionDepth()
The number of hierarchy levels below the current level to be retrieved.
int32 recursion_depth = 4;
- Returns:
- Whether the recursionDepth field is set.
-
getRecursionDepth
int getRecursionDepth()
The number of hierarchy levels below the current level to be retrieved.
int32 recursion_depth = 4;
- Returns:
- The recursionDepth.
-
hasOracleRdbms
boolean hasOracleRdbms()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
- Returns:
- Whether the oracleRdbms field is set.
-
getOracleRdbms
OracleRdbms getOracleRdbms()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
- Returns:
- The oracleRdbms.
-
getOracleRdbmsOrBuilder
OracleRdbmsOrBuilder getOracleRdbmsOrBuilder()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
-
hasMysqlRdbms
boolean hasMysqlRdbms()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
- Returns:
- Whether the mysqlRdbms field is set.
-
getMysqlRdbms
MysqlRdbms getMysqlRdbms()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
- Returns:
- The mysqlRdbms.
-
getMysqlRdbmsOrBuilder
MysqlRdbmsOrBuilder getMysqlRdbmsOrBuilder()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
-
getTargetCase
DiscoverConnectionProfileRequest.TargetCase getTargetCase()
-
getDepthCase
DiscoverConnectionProfileRequest.DepthCase getDepthCase()
-
getDataObjectCase
DiscoverConnectionProfileRequest.DataObjectCase getDataObjectCase()
-
-