Package com.google.dataflow.v1beta3
Interface DeleteSnapshotRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteSnapshotRequest,DeleteSnapshotRequest.Builder
public interface DeleteSnapshotRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocation()The location that contains this snapshot.com.google.protobuf.ByteStringgetLocationBytes()The location that contains this snapshot.StringgetProjectId()The ID of the Cloud Platform project that the snapshot belongs to.com.google.protobuf.ByteStringgetProjectIdBytes()The ID of the Cloud Platform project that the snapshot belongs to.StringgetSnapshotId()The ID of the snapshot.com.google.protobuf.ByteStringgetSnapshotIdBytes()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.
-
-