Class PostgresqlRdbms.Builder (1.42.0)

public static final class PostgresqlRdbms.Builder extends GeneratedMessageV3.Builder<PostgresqlRdbms.Builder> implements PostgresqlRdbmsOrBuilder

PostgreSQL database structure.

Protobuf type google.cloud.datastream.v1.PostgresqlRdbms

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllPostgresqlSchemas(Iterable<? extends PostgresqlSchema> values)

public PostgresqlRdbms.Builder addAllPostgresqlSchemas(Iterable<? extends PostgresqlSchema> values)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.datastream.v1.PostgresqlSchema>
Returns
Type Description
PostgresqlRdbms.Builder

addPostgresqlSchemas(PostgresqlSchema value)

public PostgresqlRdbms.Builder addPostgresqlSchemas(PostgresqlSchema value)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
Name Description
value PostgresqlSchema
Returns
Type Description
PostgresqlRdbms.Builder

addPostgresqlSchemas(PostgresqlSchema.Builder builderForValue)

public PostgresqlRdbms.Builder addPostgresqlSchemas(PostgresqlSchema.Builder builderForValue)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
Name Description
builderForValue PostgresqlSchema.Builder
Returns
Type Description
PostgresqlRdbms.Builder

addPostgresqlSchemas(int index, PostgresqlSchema value)

public PostgresqlRdbms.Builder addPostgresqlSchemas(int index, PostgresqlSchema value)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameters
Name Description
index int
value PostgresqlSchema
Returns
Type Description
PostgresqlRdbms.Builder

addPostgresqlSchemas(int index, PostgresqlSchema.Builder builderForValue)

public PostgresqlRdbms.Builder addPostgresqlSchemas(int index, PostgresqlSchema.Builder builderForValue)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameters
Name Description
index int
builderForValue PostgresqlSchema.Builder
Returns
Type Description
PostgresqlRdbms.Builder

addPostgresqlSchemasBuilder()

public PostgresqlSchema.Builder addPostgresqlSchemasBuilder()

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Returns
Type Description
PostgresqlSchema.Builder

addPostgresqlSchemasBuilder(int index)

public PostgresqlSchema.Builder addPostgresqlSchemasBuilder(int index)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
Name Description
index int
Returns
Type Description
PostgresqlSchema.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PostgresqlRdbms.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PostgresqlRdbms.Builder
Overrides

build()

public PostgresqlRdbms build()
Returns
Type Description
PostgresqlRdbms

buildPartial()

public PostgresqlRdbms buildPartial()
Returns
Type Description
PostgresqlRdbms

clear()

public PostgresqlRdbms.Builder clear()
Returns
Type Description
PostgresqlRdbms.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public PostgresqlRdbms.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
PostgresqlRdbms.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public PostgresqlRdbms.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
PostgresqlRdbms.Builder
Overrides

clearPostgresqlSchemas()

public PostgresqlRdbms.Builder clearPostgresqlSchemas()

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Returns
Type Description
PostgresqlRdbms.Builder

clone()

public PostgresqlRdbms.Builder clone()
Returns
Type Description
PostgresqlRdbms.Builder
Overrides

getDefaultInstanceForType()

public PostgresqlRdbms getDefaultInstanceForType()
Returns
Type Description
PostgresqlRdbms

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPostgresqlSchemas(int index)

public PostgresqlSchema getPostgresqlSchemas(int index)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
Name Description
index int
Returns
Type Description
PostgresqlSchema

getPostgresqlSchemasBuilder(int index)

public PostgresqlSchema.Builder getPostgresqlSchemasBuilder(int index)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
Name Description
index int
Returns
Type Description
PostgresqlSchema.Builder

getPostgresqlSchemasBuilderList()

public List<PostgresqlSchema.Builder> getPostgresqlSchemasBuilderList()

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Returns
Type Description
List<Builder>

getPostgresqlSchemasCount()

public int getPostgresqlSchemasCount()

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Returns
Type Description
int

getPostgresqlSchemasList()

public List<PostgresqlSchema> getPostgresqlSchemasList()

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Returns
Type Description
List<PostgresqlSchema>

getPostgresqlSchemasOrBuilder(int index)

public PostgresqlSchemaOrBuilder getPostgresqlSchemasOrBuilder(int index)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
Name Description
index int
Returns
Type Description
PostgresqlSchemaOrBuilder

getPostgresqlSchemasOrBuilderList()

public List<? extends PostgresqlSchemaOrBuilder> getPostgresqlSchemasOrBuilderList()

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Returns
Type Description
List<? extends com.google.cloud.datastream.v1.PostgresqlSchemaOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PostgresqlRdbms other)

public PostgresqlRdbms.Builder mergeFrom(PostgresqlRdbms other)
Parameter
Name Description
other PostgresqlRdbms
Returns
Type Description
PostgresqlRdbms.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PostgresqlRdbms.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PostgresqlRdbms.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PostgresqlRdbms.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PostgresqlRdbms.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PostgresqlRdbms.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PostgresqlRdbms.Builder
Overrides

removePostgresqlSchemas(int index)

public PostgresqlRdbms.Builder removePostgresqlSchemas(int index)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
Name Description
index int
Returns
Type Description
PostgresqlRdbms.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public PostgresqlRdbms.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PostgresqlRdbms.Builder
Overrides

setPostgresqlSchemas(int index, PostgresqlSchema value)

public PostgresqlRdbms.Builder setPostgresqlSchemas(int index, PostgresqlSchema value)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameters
Name Description
index int
value PostgresqlSchema
Returns
Type Description
PostgresqlRdbms.Builder

setPostgresqlSchemas(int index, PostgresqlSchema.Builder builderForValue)

public PostgresqlRdbms.Builder setPostgresqlSchemas(int index, PostgresqlSchema.Builder builderForValue)

PostgreSQL schemas in the database server.

repeated .google.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameters
Name Description
index int
builderForValue PostgresqlSchema.Builder
Returns
Type Description
PostgresqlRdbms.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PostgresqlRdbms.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
PostgresqlRdbms.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PostgresqlRdbms.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PostgresqlRdbms.Builder
Overrides