Class DestinationFeatureSetting.Builder (3.84.0)

public static final class DestinationFeatureSetting.Builder extends GeneratedMessage.Builder<DestinationFeatureSetting.Builder> implements DestinationFeatureSettingOrBuilder

Protobuf type google.cloud.aiplatform.v1.DestinationFeatureSetting

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DestinationFeatureSetting build()
Returns
Type Description
DestinationFeatureSetting

buildPartial()

public DestinationFeatureSetting buildPartial()
Returns
Type Description
DestinationFeatureSetting

clear()

public DestinationFeatureSetting.Builder clear()
Returns
Type Description
DestinationFeatureSetting.Builder
Overrides

clearDestinationField()

public DestinationFeatureSetting.Builder clearDestinationField()

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

string destination_field = 2;

Returns
Type Description
DestinationFeatureSetting.Builder

This builder for chaining.

clearFeatureId()

public DestinationFeatureSetting.Builder clearFeatureId()

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

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

Returns
Type Description
DestinationFeatureSetting.Builder

This builder for chaining.

getDefaultInstanceForType()

public DestinationFeatureSetting getDefaultInstanceForType()
Returns
Type Description
DestinationFeatureSetting

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDestinationField()

public String getDestinationField()

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

string destination_field = 2;

Returns
Type Description
String

The destinationField.

getDestinationFieldBytes()

public ByteString getDestinationFieldBytes()

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

string destination_field = 2;

Returns
Type Description
ByteString

The bytes for destinationField.

getFeatureId()

public String getFeatureId()

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

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

Returns
Type Description
String

The featureId.

getFeatureIdBytes()

public ByteString getFeatureIdBytes()

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

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

Returns
Type Description
ByteString

The bytes for featureId.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DestinationFeatureSetting other)

public DestinationFeatureSetting.Builder mergeFrom(DestinationFeatureSetting other)
Parameter
Name Description
other DestinationFeatureSetting
Returns
Type Description
DestinationFeatureSetting.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DestinationFeatureSetting.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DestinationFeatureSetting.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DestinationFeatureSetting.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DestinationFeatureSetting.Builder
Overrides

setDestinationField(String value)

public DestinationFeatureSetting.Builder setDestinationField(String value)

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

string destination_field = 2;

Parameter
Name Description
value String

The destinationField to set.

Returns
Type Description
DestinationFeatureSetting.Builder

This builder for chaining.

setDestinationFieldBytes(ByteString value)

public DestinationFeatureSetting.Builder setDestinationFieldBytes(ByteString value)

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

string destination_field = 2;

Parameter
Name Description
value ByteString

The bytes for destinationField to set.

Returns
Type Description
DestinationFeatureSetting.Builder

This builder for chaining.

setFeatureId(String value)

public DestinationFeatureSetting.Builder setFeatureId(String value)

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

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

Parameter
Name Description
value String

The featureId to set.

Returns
Type Description
DestinationFeatureSetting.Builder

This builder for chaining.

setFeatureIdBytes(ByteString value)

public DestinationFeatureSetting.Builder setFeatureIdBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for featureId to set.

Returns
Type Description
DestinationFeatureSetting.Builder

This builder for chaining.