public interface DestinationFeatureSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationField()
Specify the field name in the export destination.
|
com.google.protobuf.ByteString |
getDestinationFieldBytes()
Specify the field name in the export destination.
|
String |
getFeatureId()
Required.
|
com.google.protobuf.ByteString |
getFeatureIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFeatureId()
Required. The ID of the Feature to apply the setting to.
string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];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];String getDestinationField()
Specify the field name in the export destination. If not specified, Feature ID is used.
string destination_field = 2;com.google.protobuf.ByteString getDestinationFieldBytes()
Specify the field name in the export destination. If not specified, Feature ID is used.
string destination_field = 2;Copyright © 2023 Google LLC. All rights reserved.