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 Type
    Method
    Description
    Specify the field name in the export destination.
    com.google.protobuf.ByteString
    Specify the field name in the export destination.
    Required.
    com.google.protobuf.ByteString
    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 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.