Class PostgresqlRdbms.Builder (0.15.0)

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

PostgreSQL database structure.

Protobuf type google.events.cloud.datastream.v1.PostgresqlRdbms

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.events.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.events.cloud.datastream.v1.PostgresqlSchema>
Returns
TypeDescription
PostgresqlRdbms.Builder

addPostgresqlSchemas(PostgresqlSchema value)

public PostgresqlRdbms.Builder addPostgresqlSchemas(PostgresqlSchema value)

PostgreSQL schemas in the database server.

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

Parameter
NameDescription
valuePostgresqlSchema
Returns
TypeDescription
PostgresqlRdbms.Builder

addPostgresqlSchemas(PostgresqlSchema.Builder builderForValue)

public PostgresqlRdbms.Builder addPostgresqlSchemas(PostgresqlSchema.Builder builderForValue)

PostgreSQL schemas in the database server.

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

Parameter
NameDescription
builderForValuePostgresqlSchema.Builder
Returns
TypeDescription
PostgresqlRdbms.Builder

addPostgresqlSchemas(int index, PostgresqlSchema value)

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

PostgreSQL schemas in the database server.

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

Parameters
NameDescription
indexint
valuePostgresqlSchema
Returns
TypeDescription
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.events.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameters
NameDescription
indexint
builderForValuePostgresqlSchema.Builder
Returns
TypeDescription
PostgresqlRdbms.Builder

addPostgresqlSchemasBuilder()

public PostgresqlSchema.Builder addPostgresqlSchemasBuilder()

PostgreSQL schemas in the database server.

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

Returns
TypeDescription
PostgresqlSchema.Builder

addPostgresqlSchemasBuilder(int index)

public PostgresqlSchema.Builder addPostgresqlSchemasBuilder(int index)

PostgreSQL schemas in the database server.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
PostgresqlSchema.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public PostgresqlRdbms build()
Returns
TypeDescription
PostgresqlRdbms

buildPartial()

public PostgresqlRdbms buildPartial()
Returns
TypeDescription
PostgresqlRdbms

clear()

public PostgresqlRdbms.Builder clear()
Returns
TypeDescription
PostgresqlRdbms.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPostgresqlSchemas()

public PostgresqlRdbms.Builder clearPostgresqlSchemas()

PostgreSQL schemas in the database server.

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

Returns
TypeDescription
PostgresqlRdbms.Builder

clone()

public PostgresqlRdbms.Builder clone()
Returns
TypeDescription
PostgresqlRdbms.Builder
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.events.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.events.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PostgresqlSchema.Builder

getPostgresqlSchemasBuilderList()

public List<PostgresqlSchema.Builder> getPostgresqlSchemasBuilderList()

PostgreSQL schemas in the database server.

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

Returns
TypeDescription
List<Builder>

getPostgresqlSchemasCount()

public int getPostgresqlSchemasCount()

PostgreSQL schemas in the database server.

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

Returns
TypeDescription
int

getPostgresqlSchemasList()

public List<PostgresqlSchema> getPostgresqlSchemasList()

PostgreSQL schemas in the database server.

repeated .google.events.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.events.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PostgresqlSchemaOrBuilder

getPostgresqlSchemasOrBuilderList()

public List<? extends PostgresqlSchemaOrBuilder> getPostgresqlSchemasOrBuilderList()

PostgreSQL schemas in the database server.

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

Returns
TypeDescription
List<? extends com.google.events.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
TypeDescription
PostgresqlRdbms.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removePostgresqlSchemas(int index)

public PostgresqlRdbms.Builder removePostgresqlSchemas(int index)

PostgreSQL schemas in the database server.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
PostgresqlRdbms.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setPostgresqlSchemas(int index, PostgresqlSchema value)

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

PostgreSQL schemas in the database server.

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

Parameters
NameDescription
indexint
valuePostgresqlSchema
Returns
TypeDescription
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.events.cloud.datastream.v1.PostgresqlSchema postgresql_schemas = 1;

Parameters
NameDescription
indexint
builderForValuePostgresqlSchema.Builder
Returns
TypeDescription
PostgresqlRdbms.Builder

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
TypeDescription
PostgresqlRdbms.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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