Class BatchReadFeatureValuesRequest.PassThroughField.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BatchReadFeatureValuesRequest.PassThroughField.Builder>
com.google.cloud.aiplatform.v1.BatchReadFeatureValuesRequest.PassThroughField.Builder
All Implemented Interfaces:
BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BatchReadFeatureValuesRequest.PassThroughField

public static final class BatchReadFeatureValuesRequest.PassThroughField.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchReadFeatureValuesRequest.PassThroughField.Builder> implements BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder
 Describe pass-through fields in read_instance source.
 
Protobuf type google.cloud.aiplatform.v1.BatchReadFeatureValuesRequest.PassThroughField
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BatchReadFeatureValuesRequest.PassThroughField.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.GeneratedMessage.Builder<BatchReadFeatureValuesRequest.PassThroughField.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.GeneratedMessage.Builder<BatchReadFeatureValuesRequest.PassThroughField.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

    • isInitialized

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

      public BatchReadFeatureValuesRequest.PassThroughField.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<BatchReadFeatureValuesRequest.PassThroughField.Builder>
      Throws:
      IOException
    • getFieldName

      public String getFieldName()
       Required. The name of the field in the CSV header or the name of the
       column in BigQuery table. The naming restriction is the same as
       [Feature.name][google.cloud.aiplatform.v1.Feature.name].
       
      string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFieldName in interface BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder
      Returns:
      The fieldName.
    • getFieldNameBytes

      public com.google.protobuf.ByteString getFieldNameBytes()
       Required. The name of the field in the CSV header or the name of the
       column in BigQuery table. The naming restriction is the same as
       [Feature.name][google.cloud.aiplatform.v1.Feature.name].
       
      string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFieldNameBytes in interface BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder
      Returns:
      The bytes for fieldName.
    • setFieldName

       Required. The name of the field in the CSV header or the name of the
       column in BigQuery table. The naming restriction is the same as
       [Feature.name][google.cloud.aiplatform.v1.Feature.name].
       
      string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The fieldName to set.
      Returns:
      This builder for chaining.
    • clearFieldName

       Required. The name of the field in the CSV header or the name of the
       column in BigQuery table. The naming restriction is the same as
       [Feature.name][google.cloud.aiplatform.v1.Feature.name].
       
      string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setFieldNameBytes

      public BatchReadFeatureValuesRequest.PassThroughField.Builder setFieldNameBytes(com.google.protobuf.ByteString value)
       Required. The name of the field in the CSV header or the name of the
       column in BigQuery table. The naming restriction is the same as
       [Feature.name][google.cloud.aiplatform.v1.Feature.name].
       
      string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for fieldName to set.
      Returns:
      This builder for chaining.