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 String
getNamespace()
Namespace used in the connection.com.google.protobuf.ByteString
getNamespaceBytes()
Namespace used in the connection.String
getProjectId()
ProjectId accessed in the connection.com.google.protobuf.ByteString
getProjectIdBytes()
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.
-
-