Class ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>
      • clear

        public ListSnapshotsRequest.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<ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>
      • setField

        public ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>
      • clearField

        public ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>
      • clearOneof

        public ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>
      • setRepeatedField

        public ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>
      • addRepeatedField

        public ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>
      • isInitialized

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

        public ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>
        Throws:
        IOException
      • getProjectIdBytes

        public com.google.protobuf.ByteString getProjectIdBytes()
         The project ID to list snapshots for.
         
        string project_id = 1;
        Specified by:
        getProjectIdBytes in interface ListSnapshotsRequestOrBuilder
        Returns:
        The bytes for projectId.
      • setProjectId

        public ListSnapshotsRequest.Builder setProjectId​(String value)
         The project ID to list snapshots for.
         
        string project_id = 1;
        Parameters:
        value - The projectId to set.
        Returns:
        This builder for chaining.
      • clearProjectId

        public ListSnapshotsRequest.Builder clearProjectId()
         The project ID to list snapshots for.
         
        string project_id = 1;
        Returns:
        This builder for chaining.
      • setProjectIdBytes

        public ListSnapshotsRequest.Builder setProjectIdBytes​(com.google.protobuf.ByteString value)
         The project ID to list snapshots for.
         
        string project_id = 1;
        Parameters:
        value - The bytes for projectId to set.
        Returns:
        This builder for chaining.
      • getJobIdBytes

        public com.google.protobuf.ByteString getJobIdBytes()
         If specified, list snapshots created from this job.
         
        string job_id = 3;
        Specified by:
        getJobIdBytes in interface ListSnapshotsRequestOrBuilder
        Returns:
        The bytes for jobId.
      • setJobId

        public ListSnapshotsRequest.Builder setJobId​(String value)
         If specified, list snapshots created from this job.
         
        string job_id = 3;
        Parameters:
        value - The jobId to set.
        Returns:
        This builder for chaining.
      • clearJobId

        public ListSnapshotsRequest.Builder clearJobId()
         If specified, list snapshots created from this job.
         
        string job_id = 3;
        Returns:
        This builder for chaining.
      • setJobIdBytes

        public ListSnapshotsRequest.Builder setJobIdBytes​(com.google.protobuf.ByteString value)
         If specified, list snapshots created from this job.
         
        string job_id = 3;
        Parameters:
        value - The bytes for jobId to set.
        Returns:
        This builder for chaining.
      • getLocationBytes

        public com.google.protobuf.ByteString getLocationBytes()
         The location to list snapshots in.
         
        string location = 2;
        Specified by:
        getLocationBytes in interface ListSnapshotsRequestOrBuilder
        Returns:
        The bytes for location.
      • setLocation

        public ListSnapshotsRequest.Builder setLocation​(String value)
         The location to list snapshots in.
         
        string location = 2;
        Parameters:
        value - The location to set.
        Returns:
        This builder for chaining.
      • clearLocation

        public ListSnapshotsRequest.Builder clearLocation()
         The location to list snapshots in.
         
        string location = 2;
        Returns:
        This builder for chaining.
      • setLocationBytes

        public ListSnapshotsRequest.Builder setLocationBytes​(com.google.protobuf.ByteString value)
         The location to list snapshots in.
         
        string location = 2;
        Parameters:
        value - The bytes for location to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>
      • mergeUnknownFields

        public final ListSnapshotsRequest.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<ListSnapshotsRequest.Builder>