Interface SourceObjectIdentifier.PostgresqlObjectIdentifierOrBuilder (1.8.0)

public static interface SourceObjectIdentifier.PostgresqlObjectIdentifierOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSchema()

public abstract String getSchema()

Required. The schema name.

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

Returns
TypeDescription
String

The schema.

getSchemaBytes()

public abstract ByteString getSchemaBytes()

Required. The schema name.

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

Returns
TypeDescription
ByteString

The bytes for schema.

getTable()

public abstract String getTable()

Required. The table name.

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

Returns
TypeDescription
String

The table.

getTableBytes()

public abstract ByteString getTableBytes()

Required. The table name.

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

Returns
TypeDescription
ByteString

The bytes for table.