Package com.google.cloud.aiplatform.v1
Interface BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchReadFeatureValuesRequest.PassThroughField,BatchReadFeatureValuesRequest.PassThroughField.Builder
- Enclosing class:
- BatchReadFeatureValuesRequest
public static interface BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-