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
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.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.v1beta1.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.v1beta1.Feature.name].
string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for fieldName.
-
-