Interface BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFieldName()
      Required.
      com.google.protobuf.ByteString getFieldNameBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFieldName

        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];
        Returns:
        The fieldName.
      • getFieldNameBytes

        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];
        Returns:
        The bytes for fieldName.