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

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

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

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

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

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

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

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

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

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

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

        public ListApiConfigsResponse.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<ListApiConfigsResponse.Builder>
        Throws:
        IOException
      • clearApiConfigs

        public ListApiConfigsResponse.Builder clearApiConfigs()
         API Configs.
         
        repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
      • removeApiConfigs

        public ListApiConfigsResponse.Builder removeApiConfigs​(int index)
         API Configs.
         
        repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
      • getApiConfigsBuilder

        public ApiConfig.Builder getApiConfigsBuilder​(int index)
         API Configs.
         
        repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
      • addApiConfigsBuilder

        public ApiConfig.Builder addApiConfigsBuilder()
         API Configs.
         
        repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
      • addApiConfigsBuilder

        public ApiConfig.Builder addApiConfigsBuilder​(int index)
         API Configs.
         
        repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
      • getApiConfigsBuilderList

        public List<ApiConfig.Builder> getApiConfigsBuilderList()
         API Configs.
         
        repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
      • setNextPageToken

        public ListApiConfigsResponse.Builder setNextPageToken​(String value)
         Next page token.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListApiConfigsResponse.Builder clearNextPageToken()
         Next page token.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListApiConfigsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         Next page token.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • getUnreachableLocationsList

        public com.google.protobuf.ProtocolStringList getUnreachableLocationsList()
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Specified by:
        getUnreachableLocationsList in interface ListApiConfigsResponseOrBuilder
        Returns:
        A list containing the unreachableLocations.
      • getUnreachableLocations

        public String getUnreachableLocations​(int index)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Specified by:
        getUnreachableLocations in interface ListApiConfigsResponseOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The unreachableLocations at the given index.
      • getUnreachableLocationsBytes

        public com.google.protobuf.ByteString getUnreachableLocationsBytes​(int index)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Specified by:
        getUnreachableLocationsBytes in interface ListApiConfigsResponseOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unreachableLocations at the given index.
      • setUnreachableLocations

        public ListApiConfigsResponse.Builder setUnreachableLocations​(int index,
                                                                      String value)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        index - The index to set the value at.
        value - The unreachableLocations to set.
        Returns:
        This builder for chaining.
      • addUnreachableLocations

        public ListApiConfigsResponse.Builder addUnreachableLocations​(String value)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        value - The unreachableLocations to add.
        Returns:
        This builder for chaining.
      • addAllUnreachableLocations

        public ListApiConfigsResponse.Builder addAllUnreachableLocations​(Iterable<String> values)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        values - The unreachableLocations to add.
        Returns:
        This builder for chaining.
      • clearUnreachableLocations

        public ListApiConfigsResponse.Builder clearUnreachableLocations()
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Returns:
        This builder for chaining.
      • addUnreachableLocationsBytes

        public ListApiConfigsResponse.Builder addUnreachableLocationsBytes​(com.google.protobuf.ByteString value)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        value - The bytes of the unreachableLocations to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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