public static final class DestinationFeatureSetting.Builder extends GeneratedMessage.Builder<DestinationFeatureSetting.Builder> implements DestinationFeatureSettingOrBuilderProtobuf type google.cloud.aiplatform.v1beta1.DestinationFeatureSetting
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DestinationFeatureSetting.BuilderImplements
DestinationFeatureSettingOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DestinationFeatureSetting.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DestinationFeatureSetting.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for featureId to set. |
| Returns | |
|---|---|
| Type | Description |
DestinationFeatureSetting.Builder |
This builder for chaining. |