Class ProjectsResource.GetCacheConfigRequest
Gets a GenAI cache config.
Inheritance
ProjectsResource.GetCacheConfigRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.GetCacheConfigRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CacheConfig>, IClientServiceRequest<GoogleCloudAiplatformV1beta1CacheConfig>, IClientServiceRequest
Constructors
GetCacheConfigRequest(IClientService, string)
Constructs a new GetCacheConfig request.
Declaration
public GetCacheConfigRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. Name of the cache config. Format: - projects/{project}/cacheConfig
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetCacheConfig parameter list.
Declaration
protected override void InitParameters()