Package com.google.dataflow.v1beta3
Interface DatastoreIODetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatastoreIODetails,DatastoreIODetails.Builder
public interface DatastoreIODetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNamespace()Namespace used in the connection.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace used 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
-
getNamespace
String getNamespace()
Namespace used in the connection.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namespace used in the connection.
string namespace = 1;- Returns:
- The bytes for namespace.
-
getProjectId
String getProjectId()
ProjectId accessed in the connection.
string project_id = 2;- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
ProjectId accessed in the connection.
string project_id = 2;- Returns:
- The bytes for projectId.
-
-