Interface DestinationFeatureSettingOrBuilder (3.42.0)

public interface DestinationFeatureSettingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationField()

public abstract String getDestinationField()

Specify the field name in the export destination. If not specified, Feature ID is used.

string destination_field = 2;

Returns
TypeDescription
String

The destinationField.

getDestinationFieldBytes()

public abstract ByteString getDestinationFieldBytes()

Specify the field name in the export destination. If not specified, Feature ID is used.

string destination_field = 2;

Returns
TypeDescription
ByteString

The bytes for destinationField.

getFeatureId()

public abstract String getFeatureId()

Required. The ID of the Feature to apply the setting to.

string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The featureId.

getFeatureIdBytes()

public abstract ByteString getFeatureIdBytes()

Required. The ID of the Feature to apply the setting to.

string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for featureId.