Show / Hide Table of Contents

Class ProjectsResource.GetCacheConfigRequest

Gets a GenAI cache config.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>
ProjectsResource.GetCacheConfigRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.GetBody()
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.GetCacheConfigRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>, IClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>, 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
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.MethodName

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
ClientServiceRequest<GoogleCloudAiplatformV1CacheConfig>.RestPath

Methods

InitParameters()

Initializes GetCacheConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CacheConfig>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX