Class SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder (1.82.0)

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

PostgreSQL data source object identifier.

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

Static Methods

getDescriptor()

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

Methods

build()

public SourceObjectIdentifier.PostgresqlObjectIdentifier build()
Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier

buildPartial()

public SourceObjectIdentifier.PostgresqlObjectIdentifier buildPartial()
Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier

clear()

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder clear()
Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder
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.

getDefaultInstanceForType()

public SourceObjectIdentifier.PostgresqlObjectIdentifier getDefaultInstanceForType()
Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier

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 GeneratedMessage.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
Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder
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.