Interface SaveSnapshotRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SaveSnapshotRequest, SaveSnapshotRequest.Builder

    public interface SaveSnapshotRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEnvironment()
      The resource name of the source environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
      com.google.protobuf.ByteString getEnvironmentBytes()
      The resource name of the source environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
      String getSnapshotLocation()
      Location in a Cloud Storage where the snapshot is going to be stored, e.g.: "gs://my-bucket/snapshots".
      com.google.protobuf.ByteString getSnapshotLocationBytes()
      Location in a Cloud Storage where the snapshot is going to be stored, e.g.: "gs://my-bucket/snapshots".
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getEnvironment

        String getEnvironment()
         The resource name of the source environment in the form:
         "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
         
        string environment = 1;
        Returns:
        The environment.
      • getEnvironmentBytes

        com.google.protobuf.ByteString getEnvironmentBytes()
         The resource name of the source environment in the form:
         "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
         
        string environment = 1;
        Returns:
        The bytes for environment.
      • getSnapshotLocation

        String getSnapshotLocation()
         Location in a Cloud Storage where the snapshot is going to be stored, e.g.:
         "gs://my-bucket/snapshots".
         
        string snapshot_location = 2;
        Returns:
        The snapshotLocation.
      • getSnapshotLocationBytes

        com.google.protobuf.ByteString getSnapshotLocationBytes()
         Location in a Cloud Storage where the snapshot is going to be stored, e.g.:
         "gs://my-bucket/snapshots".
         
        string snapshot_location = 2;
        Returns:
        The bytes for snapshotLocation.