Package com.google.dataflow.v1beta3
Interface SpannerIODetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SpannerIODetails,SpannerIODetails.Builder
public interface SpannerIODetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDatabaseId()DatabaseId accessed in the connection.com.google.protobuf.ByteStringgetDatabaseIdBytes()DatabaseId accessed in the connection.StringgetInstanceId()InstanceId accessed in the connection.com.google.protobuf.ByteStringgetInstanceIdBytes()InstanceId accessed in the connection.StringgetProjectId()ProjectId accessed in the connection.com.google.protobuf.ByteStringgetProjectIdBytes()ProjectId 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.
-
getDatabaseId
String getDatabaseId()
DatabaseId accessed in the connection.
string database_id = 3;- Returns:
- The databaseId.
-
getDatabaseIdBytes
com.google.protobuf.ByteString getDatabaseIdBytes()
DatabaseId accessed in the connection.
string database_id = 3;- Returns:
- The bytes for databaseId.
-
-