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

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

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

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

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

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

        public ListRegistrationsResponse.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<ListRegistrationsResponse.Builder>
        Throws:
        IOException
      • clearRegistrations

        public ListRegistrationsResponse.Builder clearRegistrations()
         A list of `Registration`s.
         
        repeated .google.cloud.domains.v1.Registration registrations = 1;
      • removeRegistrations

        public ListRegistrationsResponse.Builder removeRegistrations​(int index)
         A list of `Registration`s.
         
        repeated .google.cloud.domains.v1.Registration registrations = 1;
      • getRegistrationsBuilder

        public Registration.Builder getRegistrationsBuilder​(int index)
         A list of `Registration`s.
         
        repeated .google.cloud.domains.v1.Registration registrations = 1;
      • addRegistrationsBuilder

        public Registration.Builder addRegistrationsBuilder()
         A list of `Registration`s.
         
        repeated .google.cloud.domains.v1.Registration registrations = 1;
      • addRegistrationsBuilder

        public Registration.Builder addRegistrationsBuilder​(int index)
         A list of `Registration`s.
         
        repeated .google.cloud.domains.v1.Registration registrations = 1;
      • getRegistrationsBuilderList

        public List<Registration.Builder> getRegistrationsBuilderList()
         A list of `Registration`s.
         
        repeated .google.cloud.domains.v1.Registration registrations = 1;
      • getNextPageToken

        public String getNextPageToken()
         When present, there are more results to retrieve. Set `page_token` to this
         value on a subsequent call to get the next page of results.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListRegistrationsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         When present, there are more results to retrieve. Set `page_token` to this
         value on a subsequent call to get the next page of results.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListRegistrationsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListRegistrationsResponse.Builder setNextPageToken​(String value)
         When present, there are more results to retrieve. Set `page_token` to this
         value on a subsequent call to get the next page of results.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListRegistrationsResponse.Builder clearNextPageToken()
         When present, there are more results to retrieve. Set `page_token` to this
         value on a subsequent call to get the next page of results.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListRegistrationsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         When present, there are more results to retrieve. Set `page_token` to this
         value on a subsequent call to get the next page of results.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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