Class: Google::Cloud::AIPlatform::V1::DeleteContextRequest

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

Overview

Request message for MetadataService.DeleteContext.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Optional. The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

Returns:

  • (::String)

    Optional. The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.



501
502
503
504
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 501

class DeleteContextRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#force::Boolean

Returns The force deletion semantics is still undefined. Users should not use this field.

Returns:

  • (::Boolean)

    The force deletion semantics is still undefined. Users should not use this field.



501
502
503
504
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 501

class DeleteContextRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The resource name of the Context to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}.

Returns:

  • (::String)

    Required. The resource name of the Context to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}



501
502
503
504
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 501

class DeleteContextRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end