public interface DiscoverConnectionProfileRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnectionProfile()
public abstract ConnectionProfile getConnectionProfile()An ad-hoc ConnectionProfile configuration.
.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
| Returns | |
|---|---|
| Type | Description |
ConnectionProfile |
The connectionProfile. |
getConnectionProfileName()
public abstract String getConnectionProfileName()A reference to an existing ConnectionProfile.
string connection_profile_name = 201;
| Returns | |
|---|---|
| Type | Description |
String |
The connectionProfileName. |
getConnectionProfileNameBytes()
public abstract ByteString getConnectionProfileNameBytes()A reference to an existing ConnectionProfile.
string connection_profile_name = 201;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for connectionProfileName. |
getConnectionProfileOrBuilder()
public abstract ConnectionProfileOrBuilder getConnectionProfileOrBuilder()An ad-hoc ConnectionProfile configuration.
.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
| Returns | |
|---|---|
| Type | Description |
ConnectionProfileOrBuilder |
|
getDataObjectCase()
public abstract DiscoverConnectionProfileRequest.DataObjectCase getDataObjectCase()| Returns | |
|---|---|
| Type | Description |
DiscoverConnectionProfileRequest.DataObjectCase |
|
getDepthCase()
public abstract DiscoverConnectionProfileRequest.DepthCase getDepthCase()| Returns | |
|---|---|
| Type | Description |
DiscoverConnectionProfileRequest.DepthCase |
|
getMysqlRdbms()
public abstract MysqlRdbms getMysqlRdbms()MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
The mysqlRdbms. |
getMysqlRdbmsOrBuilder()
public abstract MysqlRdbmsOrBuilder getMysqlRdbmsOrBuilder()MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
| Returns | |
|---|---|
| Type | Description |
MysqlRdbmsOrBuilder |
|
getOracleRdbms()
public abstract OracleRdbms getOracleRdbms()Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
| Returns | |
|---|---|
| Type | Description |
OracleRdbms |
The oracleRdbms. |
getOracleRdbmsOrBuilder()
public abstract OracleRdbmsOrBuilder getOracleRdbmsOrBuilder()Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
| Returns | |
|---|---|
| Type | Description |
OracleRdbmsOrBuilder |
|
getParent()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRecursionDepth()
public abstract int getRecursionDepth()The number of hierarchy levels below the current level to be retrieved.
int32 recursion_depth = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The recursionDepth. |
getRecursive()
public abstract boolean getRecursive()Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
bool recursive = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The recursive. |
getTargetCase()
public abstract DiscoverConnectionProfileRequest.TargetCase getTargetCase()| Returns | |
|---|---|
| Type | Description |
DiscoverConnectionProfileRequest.TargetCase |
|
hasConnectionProfile()
public abstract boolean hasConnectionProfile()An ad-hoc ConnectionProfile configuration.
.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the connectionProfile field is set. |
hasConnectionProfileName()
public abstract boolean hasConnectionProfileName()A reference to an existing ConnectionProfile.
string connection_profile_name = 201;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the connectionProfileName field is set. |
hasMysqlRdbms()
public abstract boolean hasMysqlRdbms()MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mysqlRdbms field is set. |
hasOracleRdbms()
public abstract boolean hasOracleRdbms()Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the oracleRdbms field is set. |
hasRecursionDepth()
public abstract boolean hasRecursionDepth()The number of hierarchy levels below the current level to be retrieved.
int32 recursion_depth = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the recursionDepth field is set. |
hasRecursive()
public abstract boolean hasRecursive()Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
bool recursive = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the recursive field is set. |