Cloud AI Platform v1beta1 API - Class DeleteCachedContentRequest (1.0.0-beta02)

public sealed class DeleteCachedContentRequest : IMessage<DeleteCachedContentRequest>, IEquatable<DeleteCachedContentRequest>, IDeepCloneable<DeleteCachedContentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteCachedContentRequest.

Request message for [GenAiCacheService.DeleteCachedContent][google.cloud.aiplatform.v1beta1.GenAiCacheService.DeleteCachedContent].

Inheritance

object > DeleteCachedContentRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

DeleteCachedContentRequest()

public DeleteCachedContentRequest()

DeleteCachedContentRequest(DeleteCachedContentRequest)

public DeleteCachedContentRequest(DeleteCachedContentRequest other)
Parameter
Name Description
other DeleteCachedContentRequest

Properties

CachedContentName

public CachedContentName CachedContentName { get; set; }

CachedContentName-typed view over the Name resource name property.

Property Value
Type Description
CachedContentName

Name

public string Name { get; set; }

Required. The resource name referring to the cached content

Property Value
Type Description
string