Class: Google::Cloud::AIPlatform::V1::DeleteCachedContentRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name referring to the cached content.

Returns:

  • (::String)

    Required. The resource name referring to the cached content



66
67
68
69
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 66

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