Class SaveSnapshotResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • clear

        public SaveSnapshotResponse.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • getDefaultInstanceForType

        public SaveSnapshotResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SaveSnapshotResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SaveSnapshotResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public SaveSnapshotResponse.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • setField

        public SaveSnapshotResponse.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • clearField

        public SaveSnapshotResponse.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • clearOneof

        public SaveSnapshotResponse.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • setRepeatedField

        public SaveSnapshotResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             int index,
                                                             Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • addRepeatedField

        public SaveSnapshotResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • mergeFrom

        public SaveSnapshotResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SaveSnapshotResponse.Builder>
        Throws:
        IOException
      • getSnapshotPath

        public String getSnapshotPath()
         The fully-resolved Cloud Storage path of the created snapshot,
         e.g.:
         "gs://my-bucket/snapshots/project_location_environment_timestamp".
         This field is populated only if the snapshot creation was successful.
         
        string snapshot_path = 1;
        Specified by:
        getSnapshotPath in interface SaveSnapshotResponseOrBuilder
        Returns:
        The snapshotPath.
      • getSnapshotPathBytes

        public com.google.protobuf.ByteString getSnapshotPathBytes()
         The fully-resolved Cloud Storage path of the created snapshot,
         e.g.:
         "gs://my-bucket/snapshots/project_location_environment_timestamp".
         This field is populated only if the snapshot creation was successful.
         
        string snapshot_path = 1;
        Specified by:
        getSnapshotPathBytes in interface SaveSnapshotResponseOrBuilder
        Returns:
        The bytes for snapshotPath.
      • setSnapshotPath

        public SaveSnapshotResponse.Builder setSnapshotPath​(String value)
         The fully-resolved Cloud Storage path of the created snapshot,
         e.g.:
         "gs://my-bucket/snapshots/project_location_environment_timestamp".
         This field is populated only if the snapshot creation was successful.
         
        string snapshot_path = 1;
        Parameters:
        value - The snapshotPath to set.
        Returns:
        This builder for chaining.
      • clearSnapshotPath

        public SaveSnapshotResponse.Builder clearSnapshotPath()
         The fully-resolved Cloud Storage path of the created snapshot,
         e.g.:
         "gs://my-bucket/snapshots/project_location_environment_timestamp".
         This field is populated only if the snapshot creation was successful.
         
        string snapshot_path = 1;
        Returns:
        This builder for chaining.
      • setSnapshotPathBytes

        public SaveSnapshotResponse.Builder setSnapshotPathBytes​(com.google.protobuf.ByteString value)
         The fully-resolved Cloud Storage path of the created snapshot,
         e.g.:
         "gs://my-bucket/snapshots/project_location_environment_timestamp".
         This field is populated only if the snapshot creation was successful.
         
        string snapshot_path = 1;
        Parameters:
        value - The bytes for snapshotPath to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final SaveSnapshotResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>
      • mergeUnknownFields

        public final SaveSnapshotResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSnapshotResponse.Builder>