public static interface SourceObjectIdentifier.PostgresqlObjectIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSchema()
Required.
|
com.google.protobuf.ByteString |
getSchemaBytes()
Required.
|
String |
getTable()
Required.
|
com.google.protobuf.ByteString |
getTableBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSchema()
Required. The schema name.
string schema = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getSchemaBytes()
Required. The schema name.
string schema = 1 [(.google.api.field_behavior) = REQUIRED];String getTable()
Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTableBytes()
Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2022 Google LLC. All rights reserved.