Class SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder (1.57.0)

public static final class SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder extends GeneratedMessageV3.Builder<SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder> implements SourceObjectIdentifier.PostgresqlObjectIdentifierOrBuilder

PostgreSQL data source object identifier.

Protobuf type google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public SourceObjectIdentifier.PostgresqlObjectIdentifier build()

buildPartial()

public SourceObjectIdentifier.PostgresqlObjectIdentifier buildPartial()

clear()

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clearSchema()

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder clearSchema()

Required. The schema name.

string schema = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder

This builder for chaining.

clearTable()

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder clearTable()

Required. The table name.

string table = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder

This builder for chaining.

clone()

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder clone()
Overrides

getDefaultInstanceForType()

public SourceObjectIdentifier.PostgresqlObjectIdentifier getDefaultInstanceForType()

getDescriptorForType()

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

getSchema()

public String getSchema()

Required. The schema name.

string schema = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The schema.

getSchemaBytes()

public ByteString getSchemaBytes()

Required. The schema name.

string schema = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for schema.

getTable()

public String getTable()

Required. The table name.

string table = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The table.

getTableBytes()

public ByteString getTableBytes()

Required. The table name.

string table = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for table.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SourceObjectIdentifier.PostgresqlObjectIdentifier other)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder mergeFrom(SourceObjectIdentifier.PostgresqlObjectIdentifier other)
Parameter
Name Description
other SourceObjectIdentifier.PostgresqlObjectIdentifier

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

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

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setSchema(String value)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder setSchema(String value)

Required. The schema name.

string schema = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The schema to set.

Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder

This builder for chaining.

setSchemaBytes(ByteString value)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder setSchemaBytes(ByteString value)

Required. The schema name.

string schema = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for schema to set.

Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder

This builder for chaining.

setTable(String value)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder setTable(String value)

Required. The table name.

string table = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The table to set.

Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder

This builder for chaining.

setTableBytes(ByteString value)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder setTableBytes(ByteString value)

Required. The table name.

string table = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for table to set.

Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides