- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.1.1
- 1.0.0
- 0.4.2
public static final class DiscoverConnectionProfileRequest.Builder extends GeneratedMessageV3.Builder<DiscoverConnectionProfileRequest.Builder> implements DiscoverConnectionProfileRequestOrBuilder
Request message for 'discover' ConnectionProfile request.
Protobuf type google.cloud.datastream.v1.DiscoverConnectionProfileRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DiscoverConnectionProfileRequest.BuilderImplements
DiscoverConnectionProfileRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DiscoverConnectionProfileRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
build()
public DiscoverConnectionProfileRequest build()
Type | Description |
DiscoverConnectionProfileRequest |
buildPartial()
public DiscoverConnectionProfileRequest buildPartial()
Type | Description |
DiscoverConnectionProfileRequest |
clear()
public DiscoverConnectionProfileRequest.Builder clear()
Type | Description |
DiscoverConnectionProfileRequest.Builder |
clearConnectionProfile()
public DiscoverConnectionProfileRequest.Builder clearConnectionProfile()
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
Type | Description |
DiscoverConnectionProfileRequest.Builder |
clearConnectionProfileName()
public DiscoverConnectionProfileRequest.Builder clearConnectionProfileName()
A reference to an existing connection profile.
string connection_profile_name = 201;
Type | Description |
DiscoverConnectionProfileRequest.Builder | This builder for chaining. |
clearDataObject()
public DiscoverConnectionProfileRequest.Builder clearDataObject()
Type | Description |
DiscoverConnectionProfileRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public DiscoverConnectionProfileRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
clearFullHierarchy()
public DiscoverConnectionProfileRequest.Builder clearFullHierarchy()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
bool full_hierarchy = 3;
Type | Description |
DiscoverConnectionProfileRequest.Builder | This builder for chaining. |
clearHierarchy()
public DiscoverConnectionProfileRequest.Builder clearHierarchy()
Type | Description |
DiscoverConnectionProfileRequest.Builder |
clearHierarchyDepth()
public DiscoverConnectionProfileRequest.Builder clearHierarchyDepth()
The number of hierarchy levels below the current level to be retrieved.
int32 hierarchy_depth = 4;
Type | Description |
DiscoverConnectionProfileRequest.Builder | This builder for chaining. |
clearMysqlRdbms()
public DiscoverConnectionProfileRequest.Builder clearMysqlRdbms()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
Type | Description |
DiscoverConnectionProfileRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DiscoverConnectionProfileRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
clearOracleRdbms()
public DiscoverConnectionProfileRequest.Builder clearOracleRdbms()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
Type | Description |
DiscoverConnectionProfileRequest.Builder |
clearParent()
public DiscoverConnectionProfileRequest.Builder clearParent()
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) = { ... }
Type | Description |
DiscoverConnectionProfileRequest.Builder | This builder for chaining. |
clearPostgresqlRdbms()
public DiscoverConnectionProfileRequest.Builder clearPostgresqlRdbms()
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;
Type | Description |
DiscoverConnectionProfileRequest.Builder |
clearTarget()
public DiscoverConnectionProfileRequest.Builder clearTarget()
Type | Description |
DiscoverConnectionProfileRequest.Builder |
clone()
public DiscoverConnectionProfileRequest.Builder clone()
Type | Description |
DiscoverConnectionProfileRequest.Builder |
getConnectionProfile()
public ConnectionProfile getConnectionProfile()
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
Type | Description |
ConnectionProfile | The connectionProfile. |
getConnectionProfileBuilder()
public ConnectionProfile.Builder getConnectionProfileBuilder()
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
Type | Description |
ConnectionProfile.Builder |
getConnectionProfileName()
public String getConnectionProfileName()
A reference to an existing connection profile.
string connection_profile_name = 201;
Type | Description |
String | The connectionProfileName. |
getConnectionProfileNameBytes()
public ByteString getConnectionProfileNameBytes()
A reference to an existing connection profile.
string connection_profile_name = 201;
Type | Description |
ByteString | The bytes for connectionProfileName. |
getConnectionProfileOrBuilder()
public ConnectionProfileOrBuilder getConnectionProfileOrBuilder()
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
Type | Description |
ConnectionProfileOrBuilder |
getDataObjectCase()
public DiscoverConnectionProfileRequest.DataObjectCase getDataObjectCase()
Type | Description |
DiscoverConnectionProfileRequest.DataObjectCase |
getDefaultInstanceForType()
public DiscoverConnectionProfileRequest getDefaultInstanceForType()
Type | Description |
DiscoverConnectionProfileRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFullHierarchy()
public boolean getFullHierarchy()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
bool full_hierarchy = 3;
Type | Description |
boolean | The fullHierarchy. |
getHierarchyCase()
public DiscoverConnectionProfileRequest.HierarchyCase getHierarchyCase()
Type | Description |
DiscoverConnectionProfileRequest.HierarchyCase |
getHierarchyDepth()
public int getHierarchyDepth()
The number of hierarchy levels below the current level to be retrieved.
int32 hierarchy_depth = 4;
Type | Description |
int | The hierarchyDepth. |
getMysqlRdbms()
public MysqlRdbms getMysqlRdbms()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
Type | Description |
MysqlRdbms | The mysqlRdbms. |
getMysqlRdbmsBuilder()
public MysqlRdbms.Builder getMysqlRdbmsBuilder()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
Type | Description |
MysqlRdbms.Builder |
getMysqlRdbmsOrBuilder()
public MysqlRdbmsOrBuilder getMysqlRdbmsOrBuilder()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
Type | Description |
MysqlRdbmsOrBuilder |
getOracleRdbms()
public OracleRdbms getOracleRdbms()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
Type | Description |
OracleRdbms | The oracleRdbms. |
getOracleRdbmsBuilder()
public OracleRdbms.Builder getOracleRdbmsBuilder()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
Type | Description |
OracleRdbms.Builder |
getOracleRdbmsOrBuilder()
public OracleRdbmsOrBuilder getOracleRdbmsOrBuilder()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
Type | Description |
OracleRdbmsOrBuilder |
getParent()
public 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) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public 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) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getPostgresqlRdbms()
public PostgresqlRdbms getPostgresqlRdbms()
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;
Type | Description |
PostgresqlRdbms | The postgresqlRdbms. |
getPostgresqlRdbmsBuilder()
public PostgresqlRdbms.Builder getPostgresqlRdbmsBuilder()
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;
Type | Description |
PostgresqlRdbms.Builder |
getPostgresqlRdbmsOrBuilder()
public PostgresqlRdbmsOrBuilder getPostgresqlRdbmsOrBuilder()
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;
Type | Description |
PostgresqlRdbmsOrBuilder |
getTargetCase()
public DiscoverConnectionProfileRequest.TargetCase getTargetCase()
Type | Description |
DiscoverConnectionProfileRequest.TargetCase |
hasConnectionProfile()
public boolean hasConnectionProfile()
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
Type | Description |
boolean | Whether the connectionProfile field is set. |
hasConnectionProfileName()
public boolean hasConnectionProfileName()
A reference to an existing connection profile.
string connection_profile_name = 201;
Type | Description |
boolean | Whether the connectionProfileName field is set. |
hasFullHierarchy()
public boolean hasFullHierarchy()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
bool full_hierarchy = 3;
Type | Description |
boolean | Whether the fullHierarchy field is set. |
hasHierarchyDepth()
public boolean hasHierarchyDepth()
The number of hierarchy levels below the current level to be retrieved.
int32 hierarchy_depth = 4;
Type | Description |
boolean | Whether the hierarchyDepth field is set. |
hasMysqlRdbms()
public boolean hasMysqlRdbms()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
Type | Description |
boolean | Whether the mysqlRdbms field is set. |
hasOracleRdbms()
public boolean hasOracleRdbms()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
Type | Description |
boolean | Whether the oracleRdbms field is set. |
hasPostgresqlRdbms()
public boolean hasPostgresqlRdbms()
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;
Type | Description |
boolean | Whether the postgresqlRdbms field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeConnectionProfile(ConnectionProfile value)
public DiscoverConnectionProfileRequest.Builder mergeConnectionProfile(ConnectionProfile value)
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
Name | Description |
value | ConnectionProfile |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
mergeFrom(DiscoverConnectionProfileRequest other)
public DiscoverConnectionProfileRequest.Builder mergeFrom(DiscoverConnectionProfileRequest other)
Name | Description |
other | DiscoverConnectionProfileRequest |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DiscoverConnectionProfileRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DiscoverConnectionProfileRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
mergeMysqlRdbms(MysqlRdbms value)
public DiscoverConnectionProfileRequest.Builder mergeMysqlRdbms(MysqlRdbms value)
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
Name | Description |
value | MysqlRdbms |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
mergeOracleRdbms(OracleRdbms value)
public DiscoverConnectionProfileRequest.Builder mergeOracleRdbms(OracleRdbms value)
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
Name | Description |
value | OracleRdbms |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
mergePostgresqlRdbms(PostgresqlRdbms value)
public DiscoverConnectionProfileRequest.Builder mergePostgresqlRdbms(PostgresqlRdbms value)
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;
Name | Description |
value | PostgresqlRdbms |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DiscoverConnectionProfileRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setConnectionProfile(ConnectionProfile value)
public DiscoverConnectionProfileRequest.Builder setConnectionProfile(ConnectionProfile value)
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
Name | Description |
value | ConnectionProfile |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setConnectionProfile(ConnectionProfile.Builder builderForValue)
public DiscoverConnectionProfileRequest.Builder setConnectionProfile(ConnectionProfile.Builder builderForValue)
An ad-hoc connection profile configuration.
.google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
Name | Description |
builderForValue | ConnectionProfile.Builder |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setConnectionProfileName(String value)
public DiscoverConnectionProfileRequest.Builder setConnectionProfileName(String value)
A reference to an existing connection profile.
string connection_profile_name = 201;
Name | Description |
value | String The connectionProfileName to set. |
Type | Description |
DiscoverConnectionProfileRequest.Builder | This builder for chaining. |
setConnectionProfileNameBytes(ByteString value)
public DiscoverConnectionProfileRequest.Builder setConnectionProfileNameBytes(ByteString value)
A reference to an existing connection profile.
string connection_profile_name = 201;
Name | Description |
value | ByteString The bytes for connectionProfileName to set. |
Type | Description |
DiscoverConnectionProfileRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DiscoverConnectionProfileRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setFullHierarchy(boolean value)
public DiscoverConnectionProfileRequest.Builder setFullHierarchy(boolean value)
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
bool full_hierarchy = 3;
Name | Description |
value | boolean The fullHierarchy to set. |
Type | Description |
DiscoverConnectionProfileRequest.Builder | This builder for chaining. |
setHierarchyDepth(int value)
public DiscoverConnectionProfileRequest.Builder setHierarchyDepth(int value)
The number of hierarchy levels below the current level to be retrieved.
int32 hierarchy_depth = 4;
Name | Description |
value | int The hierarchyDepth to set. |
Type | Description |
DiscoverConnectionProfileRequest.Builder | This builder for chaining. |
setMysqlRdbms(MysqlRdbms value)
public DiscoverConnectionProfileRequest.Builder setMysqlRdbms(MysqlRdbms value)
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
Name | Description |
value | MysqlRdbms |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setMysqlRdbms(MysqlRdbms.Builder builderForValue)
public DiscoverConnectionProfileRequest.Builder setMysqlRdbms(MysqlRdbms.Builder builderForValue)
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
Name | Description |
builderForValue | MysqlRdbms.Builder |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setOracleRdbms(OracleRdbms value)
public DiscoverConnectionProfileRequest.Builder setOracleRdbms(OracleRdbms value)
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
Name | Description |
value | OracleRdbms |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setOracleRdbms(OracleRdbms.Builder builderForValue)
public DiscoverConnectionProfileRequest.Builder setOracleRdbms(OracleRdbms.Builder builderForValue)
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
Name | Description |
builderForValue | OracleRdbms.Builder |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setParent(String value)
public DiscoverConnectionProfileRequest.Builder setParent(String value)
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) = { ... }
Name | Description |
value | String The parent to set. |
Type | Description |
DiscoverConnectionProfileRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public DiscoverConnectionProfileRequest.Builder setParentBytes(ByteString value)
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) = { ... }
Name | Description |
value | ByteString The bytes for parent to set. |
Type | Description |
DiscoverConnectionProfileRequest.Builder | This builder for chaining. |
setPostgresqlRdbms(PostgresqlRdbms value)
public DiscoverConnectionProfileRequest.Builder setPostgresqlRdbms(PostgresqlRdbms value)
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;
Name | Description |
value | PostgresqlRdbms |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setPostgresqlRdbms(PostgresqlRdbms.Builder builderForValue)
public DiscoverConnectionProfileRequest.Builder setPostgresqlRdbms(PostgresqlRdbms.Builder builderForValue)
PostgreSQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;
Name | Description |
builderForValue | PostgresqlRdbms.Builder |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DiscoverConnectionProfileRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DiscoverConnectionProfileRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DiscoverConnectionProfileRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DiscoverConnectionProfileRequest.Builder |