Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CachedContentsResource.GetRequest

Gets cached content configurations

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>
ProjectsResource.LocationsResource.CachedContentsResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.GetBody()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>.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.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.CachedContentsResource.GetRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>, IClientServiceRequest<GoogleCloudAiplatformV1beta1CachedContent>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<GoogleCloudAiplatformV1beta1CachedContent>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The resource name referring to the cached content

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<GoogleCloudAiplatformV1beta1CachedContent>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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