Class: Google::Cloud::AIPlatform::V1::DeleteFeaturestoreRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeaturestoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.DeleteFeaturestore.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
If set to true, any EntityTypes and Features for this Featurestore will also be deleted.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
174 175 176 177 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 174 class DeleteFeaturestoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
174 175 176 177 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 174 class DeleteFeaturestoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |