Package com.google.dataflow.v1beta3
Interface StreamingApplianceSnapshotConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamingApplianceSnapshotConfig
,StreamingApplianceSnapshotConfig.Builder
public interface StreamingApplianceSnapshotConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getImportStateEndpoint()
Indicates which endpoint is used to import appliance state.com.google.protobuf.ByteString
getImportStateEndpointBytes()
Indicates which endpoint is used to import appliance state.String
getSnapshotId()
If set, indicates the snapshot id for the snapshot being performed.com.google.protobuf.ByteString
getSnapshotIdBytes()
If set, indicates the snapshot id for the snapshot being performed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSnapshotId
String getSnapshotId()
If set, indicates the snapshot id for the snapshot being performed.
string snapshot_id = 1;
- Returns:
- The snapshotId.
-
getSnapshotIdBytes
com.google.protobuf.ByteString getSnapshotIdBytes()
If set, indicates the snapshot id for the snapshot being performed.
string snapshot_id = 1;
- Returns:
- The bytes for snapshotId.
-
getImportStateEndpoint
String getImportStateEndpoint()
Indicates which endpoint is used to import appliance state.
string import_state_endpoint = 2;
- Returns:
- The importStateEndpoint.
-
getImportStateEndpointBytes
com.google.protobuf.ByteString getImportStateEndpointBytes()
Indicates which endpoint is used to import appliance state.
string import_state_endpoint = 2;
- Returns:
- The bytes for importStateEndpoint.
-
-