Package com.google.cloud.aiplatform.v1
Interface DestinationFeatureSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DestinationFeatureSetting,DestinationFeatureSetting.Builder
@Generated
public interface DestinationFeatureSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the field name in the export destination.com.google.protobuf.ByteStringSpecify the field name in the export destination.Required.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
-
getFeatureId
String getFeatureId()Required. The ID of the Feature to apply the setting to.
string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The featureId.
-
getFeatureIdBytes
com.google.protobuf.ByteString getFeatureIdBytes()Required. The ID of the Feature to apply the setting to.
string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for featureId.
-
getDestinationField
String getDestinationField()Specify the field name in the export destination. If not specified, Feature ID is used.
string destination_field = 2;- Returns:
- The destinationField.
-
getDestinationFieldBytes
com.google.protobuf.ByteString getDestinationFieldBytes()Specify the field name in the export destination. If not specified, Feature ID is used.
string destination_field = 2;- Returns:
- The bytes for destinationField.
-