Package com.google.cloud.datastream.v1
Interface SourceObjectIdentifier.OracleObjectIdentifierOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SourceObjectIdentifier.OracleObjectIdentifier
,SourceObjectIdentifier.OracleObjectIdentifier.Builder
- Enclosing class:
- SourceObjectIdentifier
public static interface SourceObjectIdentifier.OracleObjectIdentifierOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSchema()
Required.com.google.protobuf.ByteString
getSchemaBytes()
Required.String
getTable()
Required.com.google.protobuf.ByteString
getTableBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSchema
String getSchema()
Required. The schema name.
string schema = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The schema.
-
getSchemaBytes
com.google.protobuf.ByteString getSchemaBytes()
Required. The schema name.
string schema = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for schema.
-
getTable
String getTable()
Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The table.
-
getTableBytes
com.google.protobuf.ByteString getTableBytes()
Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for table.
-
-