Class PostgresqlRdbms.Builder (1.7.0)

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

PostgreSQL database structure.

Protobuf type google.cloud.datastream.v1.PostgresqlRdbms

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.datastream.v1.PostgresqlSchema>
Returns

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
NameDescription
valuePostgresqlSchema
Returns

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
NameDescription
builderForValuePostgresqlSchema.Builder
Returns

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
NameDescription
indexint
valuePostgresqlSchema
Returns

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
NameDescription
indexint
builderForValuePostgresqlSchema.Builder
Returns

addPostgresqlSchemasBuilder()

public PostgresqlSchema.Builder addPostgresqlSchemasBuilder()

PostgreSQL schemas in the database server.

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

Returns

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
NameDescription
indexint
Returns

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PostgresqlRdbms.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public PostgresqlRdbms build()
Returns
TypeDescription
PostgresqlRdbms

buildPartial()

public PostgresqlRdbms buildPartial()
Returns
TypeDescription
PostgresqlRdbms

clear()

public PostgresqlRdbms.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

public PostgresqlRdbms.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public PostgresqlRdbms.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearPostgresqlSchemas()

public PostgresqlRdbms.Builder clearPostgresqlSchemas()

PostgreSQL schemas in the database server.

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

Returns

clone()

public PostgresqlRdbms.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public PostgresqlRdbms getDefaultInstanceForType()
Returns
TypeDescription
PostgresqlRdbms

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns

getPostgresqlSchemasBuilderList()

public List<PostgresqlSchema.Builder> getPostgresqlSchemasBuilderList()

PostgreSQL schemas in the database server.

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

Returns
TypeDescription
List<Builder>

getPostgresqlSchemasCount()

public int getPostgresqlSchemasCount()

PostgreSQL schemas in the database server.

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

Returns
TypeDescription
int

getPostgresqlSchemasList()

public List<PostgresqlSchema> getPostgresqlSchemasList()

PostgreSQL schemas in the database server.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns

getPostgresqlSchemasOrBuilderList()

public List<? extends PostgresqlSchemaOrBuilder> getPostgresqlSchemasOrBuilderList()

PostgreSQL schemas in the database server.

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

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(PostgresqlRdbms other)

public PostgresqlRdbms.Builder mergeFrom(PostgresqlRdbms other)
Parameter
NameDescription
otherPostgresqlRdbms
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PostgresqlRdbms.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public PostgresqlRdbms.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PostgresqlRdbms.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns 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
NameDescription
indexint
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public PostgresqlRdbms.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns 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
NameDescription
indexint
valuePostgresqlSchema
Returns

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
NameDescription
indexint
builderForValuePostgresqlSchema.Builder
Returns

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

public PostgresqlRdbms.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PostgresqlRdbms.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides