Package com.google.dataflow.v1beta3
Interface BigTableIODetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BigTableIODetails
,BigTableIODetails.Builder
public interface BigTableIODetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getInstanceId()
InstanceId accessed in the connection.com.google.protobuf.ByteString
getInstanceIdBytes()
InstanceId accessed in the connection.String
getProjectId()
ProjectId accessed in the connection.com.google.protobuf.ByteString
getProjectIdBytes()
ProjectId accessed in the connection.String
getTableId()
TableId accessed in the connection.com.google.protobuf.ByteString
getTableIdBytes()
TableId accessed in the connection.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
ProjectId accessed in the connection.
string project_id = 1;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
ProjectId accessed in the connection.
string project_id = 1;
- Returns:
- The bytes for projectId.
-
getInstanceId
String getInstanceId()
InstanceId accessed in the connection.
string instance_id = 2;
- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()
InstanceId accessed in the connection.
string instance_id = 2;
- Returns:
- The bytes for instanceId.
-
getTableId
String getTableId()
TableId accessed in the connection.
string table_id = 3;
- Returns:
- The tableId.
-
getTableIdBytes
com.google.protobuf.ByteString getTableIdBytes()
TableId accessed in the connection.
string table_id = 3;
- Returns:
- The bytes for tableId.
-
-