Interface DiscoverConnectionProfileRequestOrBuilder (1.13.0)

public interface DiscoverConnectionProfileRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionProfile()

public abstract ConnectionProfile getConnectionProfile()

An ad-hoc connection profile configuration.

.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;

Returns
TypeDescription
ConnectionProfile

The connectionProfile.

getConnectionProfileName()

public abstract String getConnectionProfileName()

A reference to an existing connection profile.

string connection_profile_name = 201;

Returns
TypeDescription
String

The connectionProfileName.

getConnectionProfileNameBytes()

public abstract ByteString getConnectionProfileNameBytes()

A reference to an existing connection profile.

string connection_profile_name = 201;

Returns
TypeDescription
ByteString

The bytes for connectionProfileName.

getConnectionProfileOrBuilder()

public abstract ConnectionProfileOrBuilder getConnectionProfileOrBuilder()

An ad-hoc connection profile configuration.

.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;

Returns
TypeDescription
ConnectionProfileOrBuilder

getDataObjectCase()

public abstract DiscoverConnectionProfileRequest.DataObjectCase getDataObjectCase()
Returns
TypeDescription
DiscoverConnectionProfileRequest.DataObjectCase

getFullHierarchy()

public abstract boolean getFullHierarchy()

Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).

bool full_hierarchy = 3;

Returns
TypeDescription
boolean

The fullHierarchy.

getHierarchyCase()

public abstract DiscoverConnectionProfileRequest.HierarchyCase getHierarchyCase()
Returns
TypeDescription
DiscoverConnectionProfileRequest.HierarchyCase

getHierarchyDepth()

public abstract int getHierarchyDepth()

The number of hierarchy levels below the current level to be retrieved.

int32 hierarchy_depth = 4;

Returns
TypeDescription
int

The hierarchyDepth.

getMysqlRdbms()

public abstract MysqlRdbms getMysqlRdbms()

MySQL RDBMS to enrich with child data objects and metadata.

.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;

Returns
TypeDescription
MysqlRdbms

The mysqlRdbms.

getMysqlRdbmsOrBuilder()

public abstract MysqlRdbmsOrBuilder getMysqlRdbmsOrBuilder()

MySQL RDBMS to enrich with child data objects and metadata.

.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;

Returns
TypeDescription
MysqlRdbmsOrBuilder

getOracleRdbms()

public abstract OracleRdbms getOracleRdbms()

Oracle RDBMS to enrich with child data objects and metadata.

.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;

Returns
TypeDescription
OracleRdbms

The oracleRdbms.

getOracleRdbmsOrBuilder()

public abstract OracleRdbmsOrBuilder getOracleRdbmsOrBuilder()

Oracle RDBMS to enrich with child data objects and metadata.

.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;

Returns
TypeDescription
OracleRdbmsOrBuilder

getParent()

public abstract String 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) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract 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) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getPostgresqlRdbms()

public abstract PostgresqlRdbms getPostgresqlRdbms()

PostgreSQL RDBMS to enrich with child data objects and metadata.

.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;

Returns
TypeDescription
PostgresqlRdbms

The postgresqlRdbms.

getPostgresqlRdbmsOrBuilder()

public abstract PostgresqlRdbmsOrBuilder getPostgresqlRdbmsOrBuilder()

PostgreSQL RDBMS to enrich with child data objects and metadata.

.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;

Returns
TypeDescription
PostgresqlRdbmsOrBuilder

getTargetCase()

public abstract DiscoverConnectionProfileRequest.TargetCase getTargetCase()
Returns
TypeDescription
DiscoverConnectionProfileRequest.TargetCase

hasConnectionProfile()

public abstract boolean hasConnectionProfile()

An ad-hoc connection profile configuration.

.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;

Returns
TypeDescription
boolean

Whether the connectionProfile field is set.

hasConnectionProfileName()

public abstract boolean hasConnectionProfileName()

A reference to an existing connection profile.

string connection_profile_name = 201;

Returns
TypeDescription
boolean

Whether the connectionProfileName field is set.

hasFullHierarchy()

public abstract boolean hasFullHierarchy()

Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).

bool full_hierarchy = 3;

Returns
TypeDescription
boolean

Whether the fullHierarchy field is set.

hasHierarchyDepth()

public abstract boolean hasHierarchyDepth()

The number of hierarchy levels below the current level to be retrieved.

int32 hierarchy_depth = 4;

Returns
TypeDescription
boolean

Whether the hierarchyDepth field is set.

hasMysqlRdbms()

public abstract boolean hasMysqlRdbms()

MySQL RDBMS to enrich with child data objects and metadata.

.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;

Returns
TypeDescription
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.v1.OracleRdbms oracle_rdbms = 100;

Returns
TypeDescription
boolean

Whether the oracleRdbms field is set.

hasPostgresqlRdbms()

public abstract boolean hasPostgresqlRdbms()

PostgreSQL RDBMS to enrich with child data objects and metadata.

.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;

Returns
TypeDescription
boolean

Whether the postgresqlRdbms field is set.