public static interface SourceObjectIdentifier.PostgresqlObjectIdentifierOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSchema()
public abstract String getSchema()Required. The schema name.
string schema = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The schema. |
getSchemaBytes()
public abstract ByteString getSchemaBytes()Required. The schema name.
string schema = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for schema. |
getTable()
public abstract String getTable()Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The table. |
getTableBytes()
public abstract ByteString getTableBytes()Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for table. |