Package com.google.dataflow.v1beta3
Interface GetSnapshotRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetSnapshotRequest
,GetSnapshotRequest.Builder
public interface GetSnapshotRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocation()
The location that contains this snapshot.com.google.protobuf.ByteString
getLocationBytes()
The location that contains this snapshot.String
getProjectId()
The ID of the Cloud Platform project that the snapshot belongs to.com.google.protobuf.ByteString
getProjectIdBytes()
The ID of the Cloud Platform project that the snapshot belongs to.String
getSnapshotId()
The ID of the snapshot.com.google.protobuf.ByteString
getSnapshotIdBytes()
The ID of the snapshot.-
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()
The ID of the Cloud Platform project that the snapshot belongs to.
string project_id = 1;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
The ID of the Cloud Platform project that the snapshot belongs to.
string project_id = 1;
- Returns:
- The bytes for projectId.
-
getSnapshotId
String getSnapshotId()
The ID of the snapshot.
string snapshot_id = 2;
- Returns:
- The snapshotId.
-
getSnapshotIdBytes
com.google.protobuf.ByteString getSnapshotIdBytes()
The ID of the snapshot.
string snapshot_id = 2;
- Returns:
- The bytes for snapshotId.
-
getLocation
String getLocation()
The location that contains this snapshot.
string location = 3;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
The location that contains this snapshot.
string location = 3;
- Returns:
- The bytes for location.
-
-