Class: Google::Cloud::AIPlatform::V1::DeleteFeaturestoreRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#force::Boolean

Returns 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.).

Returns:

  • (::Boolean)

    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.)



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

Returns Required. The name of the Featurestore to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}.

Returns:

  • (::String)

    Required. The name of the Featurestore to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}



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