Class DestinationFeatureSetting.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
- com.google.cloud.aiplatform.v1beta1.DestinationFeatureSetting.Builder
-
- All Implemented Interfaces:
DestinationFeatureSettingOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- DestinationFeatureSetting
public static final class DestinationFeatureSetting.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder> implements DestinationFeatureSettingOrBuilder
Protobuf typegoogle.cloud.aiplatform.v1beta1.DestinationFeatureSetting
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationFeatureSetting.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DestinationFeatureSetting
build()
DestinationFeatureSetting
buildPartial()
DestinationFeatureSetting.Builder
clear()
DestinationFeatureSetting.Builder
clearDestinationField()
Specify the field name in the export destination.DestinationFeatureSetting.Builder
clearFeatureId()
Required.DestinationFeatureSetting.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DestinationFeatureSetting.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DestinationFeatureSetting.Builder
clone()
DestinationFeatureSetting
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
DestinationFeatureSetting.Builder
mergeFrom(DestinationFeatureSetting other)
DestinationFeatureSetting.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DestinationFeatureSetting.Builder
mergeFrom(com.google.protobuf.Message other)
DestinationFeatureSetting.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DestinationFeatureSetting.Builder
setDestinationField(String value)
Specify the field name in the export destination.DestinationFeatureSetting.Builder
setDestinationFieldBytes(com.google.protobuf.ByteString value)
Specify the field name in the export destination.DestinationFeatureSetting.Builder
setFeatureId(String value)
Required.DestinationFeatureSetting.Builder
setFeatureIdBytes(com.google.protobuf.ByteString value)
Required.DestinationFeatureSetting.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DestinationFeatureSetting.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
DestinationFeatureSetting.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
clear
public DestinationFeatureSetting.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
getDefaultInstanceForType
public DestinationFeatureSetting getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public DestinationFeatureSetting build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DestinationFeatureSetting buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DestinationFeatureSetting.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
setField
public DestinationFeatureSetting.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
clearField
public DestinationFeatureSetting.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
clearOneof
public DestinationFeatureSetting.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
setRepeatedField
public DestinationFeatureSetting.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
addRepeatedField
public DestinationFeatureSetting.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
mergeFrom
public DestinationFeatureSetting.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DestinationFeatureSetting.Builder>
-
mergeFrom
public DestinationFeatureSetting.Builder mergeFrom(DestinationFeatureSetting other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
mergeFrom
public DestinationFeatureSetting.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DestinationFeatureSetting.Builder>
- Throws:
IOException
-
getFeatureId
public String getFeatureId()
Required. The ID of the Feature to apply the setting to.
string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getFeatureId
in interfaceDestinationFeatureSettingOrBuilder
- Returns:
- The featureId.
-
getFeatureIdBytes
public 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];
- Specified by:
getFeatureIdBytes
in interfaceDestinationFeatureSettingOrBuilder
- Returns:
- The bytes for featureId.
-
setFeatureId
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];
- Parameters:
value
- The featureId to set.- Returns:
- 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:
- This builder for chaining.
-
setFeatureIdBytes
public DestinationFeatureSetting.Builder setFeatureIdBytes(com.google.protobuf.ByteString value)
Required. The ID of the Feature to apply the setting to.
string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The bytes for featureId to set.- Returns:
- This builder for chaining.
-
getDestinationField
public String getDestinationField()
Specify the field name in the export destination. If not specified, Feature ID is used.
string destination_field = 2;
- Specified by:
getDestinationField
in interfaceDestinationFeatureSettingOrBuilder
- Returns:
- The destinationField.
-
getDestinationFieldBytes
public com.google.protobuf.ByteString getDestinationFieldBytes()
Specify the field name in the export destination. If not specified, Feature ID is used.
string destination_field = 2;
- Specified by:
getDestinationFieldBytes
in interfaceDestinationFeatureSettingOrBuilder
- Returns:
- The bytes for destinationField.
-
setDestinationField
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;
- Parameters:
value
- The destinationField to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setDestinationFieldBytes
public DestinationFeatureSetting.Builder setDestinationFieldBytes(com.google.protobuf.ByteString value)
Specify the field name in the export destination. If not specified, Feature ID is used.
string destination_field = 2;
- Parameters:
value
- The bytes for destinationField to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final DestinationFeatureSetting.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
mergeUnknownFields
public final DestinationFeatureSetting.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DestinationFeatureSetting.Builder>
-
-