Class ListTopicSnapshotsResponse.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<ListTopicSnapshotsResponse.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<ListTopicSnapshotsResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public ListTopicSnapshotsResponse.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<ListTopicSnapshotsResponse.Builder>
        Throws:
        IOException
      • getSnapshotsList

        public com.google.protobuf.ProtocolStringList getSnapshotsList()
         The names of the snapshots that match the request.
         
        repeated string snapshots = 1;
        Specified by:
        getSnapshotsList in interface ListTopicSnapshotsResponseOrBuilder
        Returns:
        A list containing the snapshots.
      • getSnapshots

        public String getSnapshots​(int index)
         The names of the snapshots that match the request.
         
        repeated string snapshots = 1;
        Specified by:
        getSnapshots in interface ListTopicSnapshotsResponseOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The snapshots at the given index.
      • getSnapshotsBytes

        public com.google.protobuf.ByteString getSnapshotsBytes​(int index)
         The names of the snapshots that match the request.
         
        repeated string snapshots = 1;
        Specified by:
        getSnapshotsBytes in interface ListTopicSnapshotsResponseOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the snapshots at the given index.
      • setSnapshots

        public ListTopicSnapshotsResponse.Builder setSnapshots​(int index,
                                                               String value)
         The names of the snapshots that match the request.
         
        repeated string snapshots = 1;
        Parameters:
        index - The index to set the value at.
        value - The snapshots to set.
        Returns:
        This builder for chaining.
      • addSnapshots

        public ListTopicSnapshotsResponse.Builder addSnapshots​(String value)
         The names of the snapshots that match the request.
         
        repeated string snapshots = 1;
        Parameters:
        value - The snapshots to add.
        Returns:
        This builder for chaining.
      • addAllSnapshots

        public ListTopicSnapshotsResponse.Builder addAllSnapshots​(Iterable<String> values)
         The names of the snapshots that match the request.
         
        repeated string snapshots = 1;
        Parameters:
        values - The snapshots to add.
        Returns:
        This builder for chaining.
      • clearSnapshots

        public ListTopicSnapshotsResponse.Builder clearSnapshots()
         The names of the snapshots that match the request.
         
        repeated string snapshots = 1;
        Returns:
        This builder for chaining.
      • addSnapshotsBytes

        public ListTopicSnapshotsResponse.Builder addSnapshotsBytes​(com.google.protobuf.ByteString value)
         The names of the snapshots that match the request.
         
        repeated string snapshots = 1;
        Parameters:
        value - The bytes of the snapshots to add.
        Returns:
        This builder for chaining.
      • getNextPageToken

        public String getNextPageToken()
         If not empty, indicates that there may be more snapshots that match
         the request; this value should be passed in a new
         `ListTopicSnapshotsRequest` to get more snapshots.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListTopicSnapshotsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         If not empty, indicates that there may be more snapshots that match
         the request; this value should be passed in a new
         `ListTopicSnapshotsRequest` to get more snapshots.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListTopicSnapshotsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListTopicSnapshotsResponse.Builder setNextPageToken​(String value)
         If not empty, indicates that there may be more snapshots that match
         the request; this value should be passed in a new
         `ListTopicSnapshotsRequest` to get more snapshots.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListTopicSnapshotsResponse.Builder clearNextPageToken()
         If not empty, indicates that there may be more snapshots that match
         the request; this value should be passed in a new
         `ListTopicSnapshotsRequest` to get more snapshots.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListTopicSnapshotsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         If not empty, indicates that there may be more snapshots that match
         the request; this value should be passed in a new
         `ListTopicSnapshotsRequest` to get more snapshots.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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