Class CountTokensRequest.Builder

  • All Implemented Interfaces:
    CountTokensRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    CountTokensRequest

    public static final class CountTokensRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<CountTokensRequest.Builder>
    implements CountTokensRequestOrBuilder
     Request message for
     [PredictionService.CountTokens][google.cloud.aiplatform.v1beta1.PredictionService.CountTokens].
     
    Protobuf type google.cloud.aiplatform.v1beta1.CountTokensRequest
    • 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<CountTokensRequest.Builder>
      • clear

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

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

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

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

        public CountTokensRequest.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<CountTokensRequest.Builder>
      • setField

        public CountTokensRequest.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<CountTokensRequest.Builder>
      • clearField

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

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

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

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

        public CountTokensRequest.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CountTokensRequest.Builder>
      • isInitialized

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

        public CountTokensRequest.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<CountTokensRequest.Builder>
        Throws:
        IOException
      • getEndpoint

        public String getEndpoint()
         Required. The name of the Endpoint requested to perform token counting.
         Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getEndpoint in interface CountTokensRequestOrBuilder
        Returns:
        The endpoint.
      • getEndpointBytes

        public com.google.protobuf.ByteString getEndpointBytes()
         Required. The name of the Endpoint requested to perform token counting.
         Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getEndpointBytes in interface CountTokensRequestOrBuilder
        Returns:
        The bytes for endpoint.
      • setEndpoint

        public CountTokensRequest.Builder setEndpoint​(String value)
         Required. The name of the Endpoint requested to perform token counting.
         Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The endpoint to set.
        Returns:
        This builder for chaining.
      • clearEndpoint

        public CountTokensRequest.Builder clearEndpoint()
         Required. The name of the Endpoint requested to perform token counting.
         Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setEndpointBytes

        public CountTokensRequest.Builder setEndpointBytes​(com.google.protobuf.ByteString value)
         Required. The name of the Endpoint requested to perform token counting.
         Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for endpoint to set.
        Returns:
        This builder for chaining.
      • getInstancesList

        public List<com.google.protobuf.Value> getInstancesList()
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInstancesList in interface CountTokensRequestOrBuilder
      • getInstancesCount

        public int getInstancesCount()
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInstancesCount in interface CountTokensRequestOrBuilder
      • getInstances

        public com.google.protobuf.Value getInstances​(int index)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInstances in interface CountTokensRequestOrBuilder
      • setInstances

        public CountTokensRequest.Builder setInstances​(int index,
                                                       com.google.protobuf.Value value)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • setInstances

        public CountTokensRequest.Builder setInstances​(int index,
                                                       com.google.protobuf.Value.Builder builderForValue)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • addInstances

        public CountTokensRequest.Builder addInstances​(com.google.protobuf.Value value)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • addInstances

        public CountTokensRequest.Builder addInstances​(int index,
                                                       com.google.protobuf.Value value)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • addInstances

        public CountTokensRequest.Builder addInstances​(com.google.protobuf.Value.Builder builderForValue)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • addInstances

        public CountTokensRequest.Builder addInstances​(int index,
                                                       com.google.protobuf.Value.Builder builderForValue)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • addAllInstances

        public CountTokensRequest.Builder addAllInstances​(Iterable<? extends com.google.protobuf.Value> values)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearInstances

        public CountTokensRequest.Builder clearInstances()
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • removeInstances

        public CountTokensRequest.Builder removeInstances​(int index)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • getInstancesBuilder

        public com.google.protobuf.Value.Builder getInstancesBuilder​(int index)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • getInstancesOrBuilder

        public com.google.protobuf.ValueOrBuilder getInstancesOrBuilder​(int index)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInstancesOrBuilder in interface CountTokensRequestOrBuilder
      • getInstancesOrBuilderList

        public List<? extends com.google.protobuf.ValueOrBuilder> getInstancesOrBuilderList()
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInstancesOrBuilderList in interface CountTokensRequestOrBuilder
      • addInstancesBuilder

        public com.google.protobuf.Value.Builder addInstancesBuilder()
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • addInstancesBuilder

        public com.google.protobuf.Value.Builder addInstancesBuilder​(int index)
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • getInstancesBuilderList

        public List<com.google.protobuf.Value.Builder> getInstancesBuilderList()
         Required. The instances that are the input to token counting call.
         Schema is identical to the prediction schema of the underlying model.
         
        repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
      • setUnknownFields

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

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