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

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

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

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

        public QueryDeployedModelsResponse.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<QueryDeployedModelsResponse.Builder>
        Throws:
        IOException
      • clearDeployedModels

        @Deprecated
        public QueryDeployedModelsResponse.Builder clearDeployedModels()
        Deprecated.
         DEPRECATED Use deployed_model_refs instead.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
      • removeDeployedModels

        @Deprecated
        public QueryDeployedModelsResponse.Builder removeDeployedModels​(int index)
        Deprecated.
         DEPRECATED Use deployed_model_refs instead.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
      • getDeployedModelsBuilder

        @Deprecated
        public DeployedModel.Builder getDeployedModelsBuilder​(int index)
        Deprecated.
         DEPRECATED Use deployed_model_refs instead.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
      • addDeployedModelsBuilder

        @Deprecated
        public DeployedModel.Builder addDeployedModelsBuilder()
        Deprecated.
         DEPRECATED Use deployed_model_refs instead.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
      • addDeployedModelsBuilder

        @Deprecated
        public DeployedModel.Builder addDeployedModelsBuilder​(int index)
        Deprecated.
         DEPRECATED Use deployed_model_refs instead.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
      • getDeployedModelsBuilderList

        @Deprecated
        public List<DeployedModel.Builder> getDeployedModelsBuilderList()
        Deprecated.
         DEPRECATED Use deployed_model_refs instead.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
      • 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 QueryDeployedModelsResponseOrBuilder
        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 QueryDeployedModelsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public QueryDeployedModelsResponse.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 QueryDeployedModelsResponse.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 QueryDeployedModelsResponse.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.
      • getDeployedModelRefsCount

        public int getDeployedModelRefsCount()
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
        Specified by:
        getDeployedModelRefsCount in interface QueryDeployedModelsResponseOrBuilder
      • setDeployedModelRefs

        public QueryDeployedModelsResponse.Builder setDeployedModelRefs​(int index,
                                                                        DeployedModelRef value)
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • setDeployedModelRefs

        public QueryDeployedModelsResponse.Builder setDeployedModelRefs​(int index,
                                                                        DeployedModelRef.Builder builderForValue)
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • addDeployedModelRefs

        public QueryDeployedModelsResponse.Builder addDeployedModelRefs​(DeployedModelRef value)
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • addDeployedModelRefs

        public QueryDeployedModelsResponse.Builder addDeployedModelRefs​(int index,
                                                                        DeployedModelRef value)
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • addDeployedModelRefs

        public QueryDeployedModelsResponse.Builder addDeployedModelRefs​(DeployedModelRef.Builder builderForValue)
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • addDeployedModelRefs

        public QueryDeployedModelsResponse.Builder addDeployedModelRefs​(int index,
                                                                        DeployedModelRef.Builder builderForValue)
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • addAllDeployedModelRefs

        public QueryDeployedModelsResponse.Builder addAllDeployedModelRefs​(Iterable<? extends DeployedModelRef> values)
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • clearDeployedModelRefs

        public QueryDeployedModelsResponse.Builder clearDeployedModelRefs()
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • removeDeployedModelRefs

        public QueryDeployedModelsResponse.Builder removeDeployedModelRefs​(int index)
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • getDeployedModelRefsBuilder

        public DeployedModelRef.Builder getDeployedModelRefsBuilder​(int index)
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • addDeployedModelRefsBuilder

        public DeployedModelRef.Builder addDeployedModelRefsBuilder()
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • addDeployedModelRefsBuilder

        public DeployedModelRef.Builder addDeployedModelRefsBuilder​(int index)
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • getDeployedModelRefsBuilderList

        public List<DeployedModelRef.Builder> getDeployedModelRefsBuilderList()
         References to the DeployedModels that share the specified
         deploymentResourcePool.
         
        repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
      • setTotalDeployedModelCount

        public QueryDeployedModelsResponse.Builder setTotalDeployedModelCount​(int value)
         The total number of DeployedModels on this DeploymentResourcePool.
         
        int32 total_deployed_model_count = 4;
        Parameters:
        value - The totalDeployedModelCount to set.
        Returns:
        This builder for chaining.
      • clearTotalDeployedModelCount

        public QueryDeployedModelsResponse.Builder clearTotalDeployedModelCount()
         The total number of DeployedModels on this DeploymentResourcePool.
         
        int32 total_deployed_model_count = 4;
        Returns:
        This builder for chaining.
      • getTotalEndpointCount

        public int getTotalEndpointCount()
         The total number of Endpoints that have DeployedModels on this
         DeploymentResourcePool.
         
        int32 total_endpoint_count = 5;
        Specified by:
        getTotalEndpointCount in interface QueryDeployedModelsResponseOrBuilder
        Returns:
        The totalEndpointCount.
      • setTotalEndpointCount

        public QueryDeployedModelsResponse.Builder setTotalEndpointCount​(int value)
         The total number of Endpoints that have DeployedModels on this
         DeploymentResourcePool.
         
        int32 total_endpoint_count = 5;
        Parameters:
        value - The totalEndpointCount to set.
        Returns:
        This builder for chaining.
      • clearTotalEndpointCount

        public QueryDeployedModelsResponse.Builder clearTotalEndpointCount()
         The total number of Endpoints that have DeployedModels on this
         DeploymentResourcePool.
         
        int32 total_endpoint_count = 5;
        Returns:
        This builder for chaining.
      • mergeUnknownFields

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