Package com.google.cloud.aiplatform.v1
Class DeleteFeaturestoreRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DeleteFeaturestoreRequest.Builder>
-
- com.google.cloud.aiplatform.v1.DeleteFeaturestoreRequest.Builder
-
- All Implemented Interfaces:
DeleteFeaturestoreRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- DeleteFeaturestoreRequest
public static final class DeleteFeaturestoreRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DeleteFeaturestoreRequest.Builder> implements DeleteFeaturestoreRequestOrBuilder
Request message for [FeaturestoreService.DeleteFeaturestore][google.cloud.aiplatform.v1.FeaturestoreService.DeleteFeaturestore].
Protobuf typegoogle.cloud.aiplatform.v1.DeleteFeaturestoreRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteFeaturestoreRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DeleteFeaturestoreRequest
build()
DeleteFeaturestoreRequest
buildPartial()
DeleteFeaturestoreRequest.Builder
clear()
DeleteFeaturestoreRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DeleteFeaturestoreRequest.Builder
clearForce()
If set to true, any EntityTypes and Features for this Featurestore will also be deleted.DeleteFeaturestoreRequest.Builder
clearName()
Required.DeleteFeaturestoreRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DeleteFeaturestoreRequest.Builder
clone()
DeleteFeaturestoreRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
getForce()
If set to true, any EntityTypes and Features for this Featurestore will also be deleted.String
getName()
Required.com.google.protobuf.ByteString
getNameBytes()
Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
DeleteFeaturestoreRequest.Builder
mergeFrom(DeleteFeaturestoreRequest other)
DeleteFeaturestoreRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeleteFeaturestoreRequest.Builder
mergeFrom(com.google.protobuf.Message other)
DeleteFeaturestoreRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DeleteFeaturestoreRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DeleteFeaturestoreRequest.Builder
setForce(boolean value)
If set to true, any EntityTypes and Features for this Featurestore will also be deleted.DeleteFeaturestoreRequest.Builder
setName(String value)
Required.DeleteFeaturestoreRequest.Builder
setNameBytes(com.google.protobuf.ByteString value)
Required.DeleteFeaturestoreRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
DeleteFeaturestoreRequest.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<DeleteFeaturestoreRequest.Builder>
-
clear
public DeleteFeaturestoreRequest.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<DeleteFeaturestoreRequest.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<DeleteFeaturestoreRequest.Builder>
-
getDefaultInstanceForType
public DeleteFeaturestoreRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public DeleteFeaturestoreRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DeleteFeaturestoreRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DeleteFeaturestoreRequest.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<DeleteFeaturestoreRequest.Builder>
-
setField
public DeleteFeaturestoreRequest.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<DeleteFeaturestoreRequest.Builder>
-
clearField
public DeleteFeaturestoreRequest.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<DeleteFeaturestoreRequest.Builder>
-
clearOneof
public DeleteFeaturestoreRequest.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<DeleteFeaturestoreRequest.Builder>
-
setRepeatedField
public DeleteFeaturestoreRequest.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<DeleteFeaturestoreRequest.Builder>
-
addRepeatedField
public DeleteFeaturestoreRequest.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<DeleteFeaturestoreRequest.Builder>
-
mergeFrom
public DeleteFeaturestoreRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DeleteFeaturestoreRequest.Builder>
-
mergeFrom
public DeleteFeaturestoreRequest.Builder mergeFrom(DeleteFeaturestoreRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeleteFeaturestoreRequest.Builder>
-
mergeFrom
public DeleteFeaturestoreRequest.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<DeleteFeaturestoreRequest.Builder>
- Throws:
IOException
-
getName
public String getName()
Required. The name of the Featurestore to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getName
in interfaceDeleteFeaturestoreRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Required. The name of the Featurestore to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getNameBytes
in interfaceDeleteFeaturestoreRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
public DeleteFeaturestoreRequest.Builder setName(String value)
Required. The name of the Featurestore to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public DeleteFeaturestoreRequest.Builder clearName()
Required. The name of the Featurestore to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- This builder for chaining.
-
setNameBytes
public DeleteFeaturestoreRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
Required. The name of the Featurestore to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getForce
public boolean getForce()
If set to true, any EntityTypes and Features for this Featurestore will also be deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.)
bool force = 2;
- Specified by:
getForce
in interfaceDeleteFeaturestoreRequestOrBuilder
- Returns:
- The force.
-
setForce
public DeleteFeaturestoreRequest.Builder setForce(boolean value)
If set to true, any EntityTypes and Features for this Featurestore will also be deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.)
bool force = 2;
- Parameters:
value
- The force to set.- Returns:
- This builder for chaining.
-
clearForce
public DeleteFeaturestoreRequest.Builder clearForce()
If set to true, any EntityTypes and Features for this Featurestore will also be deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.)
bool force = 2;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final DeleteFeaturestoreRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeleteFeaturestoreRequest.Builder>
-
mergeUnknownFields
public final DeleteFeaturestoreRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DeleteFeaturestoreRequest.Builder>
-
-