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

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

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

        public ListApiDeploymentsResponse 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<ListApiDeploymentsResponse.Builder>
      • mergeFrom

        public ListApiDeploymentsResponse.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<ListApiDeploymentsResponse.Builder>
        Throws:
        IOException
      • setApiDeployments

        public ListApiDeploymentsResponse.Builder setApiDeployments​(int index,
                                                                    ApiDeployment value)
         The deployments from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
      • addApiDeployments

        public ListApiDeploymentsResponse.Builder addApiDeployments​(int index,
                                                                    ApiDeployment value)
         The deployments from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
      • clearApiDeployments

        public ListApiDeploymentsResponse.Builder clearApiDeployments()
         The deployments from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
      • removeApiDeployments

        public ListApiDeploymentsResponse.Builder removeApiDeployments​(int index)
         The deployments from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
      • getApiDeploymentsBuilder

        public ApiDeployment.Builder getApiDeploymentsBuilder​(int index)
         The deployments from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
      • addApiDeploymentsBuilder

        public ApiDeployment.Builder addApiDeploymentsBuilder()
         The deployments from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
      • addApiDeploymentsBuilder

        public ApiDeployment.Builder addApiDeploymentsBuilder​(int index)
         The deployments from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
      • getApiDeploymentsBuilderList

        public List<ApiDeployment.Builder> getApiDeploymentsBuilderList()
         The deployments from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
      • getNextPageToken

        public String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListApiDeploymentsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListApiDeploymentsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListApiDeploymentsResponse.Builder setNextPageToken​(String value)
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListApiDeploymentsResponse.Builder clearNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListApiDeploymentsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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