Show / Hide Table of Contents

Class RapidCachesResource.GetRequest

Returns the metadata of a Rapid Cache instance.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<RapidCache>
StorageBaseServiceRequest<RapidCache>
RapidCachesResource.GetRequest
Implements
IClientServiceRequest<RapidCache>
IClientServiceRequest
Inherited Members
StorageBaseServiceRequest<RapidCache>.Alt
StorageBaseServiceRequest<RapidCache>.Fields
StorageBaseServiceRequest<RapidCache>.Key
StorageBaseServiceRequest<RapidCache>.OauthToken
StorageBaseServiceRequest<RapidCache>.PrettyPrint
StorageBaseServiceRequest<RapidCache>.QuotaUser
StorageBaseServiceRequest<RapidCache>.UploadType
StorageBaseServiceRequest<RapidCache>.UserIp
ClientServiceRequest<RapidCache>.Execute()
ClientServiceRequest<RapidCache>.ExecuteAsStream()
ClientServiceRequest<RapidCache>.ExecuteAsync()
ClientServiceRequest<RapidCache>.ExecuteAsync(CancellationToken)
ClientServiceRequest<RapidCache>.ExecuteAsStreamAsync()
ClientServiceRequest<RapidCache>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<RapidCache>.CreateRequest(bool?)
ClientServiceRequest<RapidCache>.GenerateRequestUri()
ClientServiceRequest<RapidCache>.GetBody()
ClientServiceRequest<RapidCache>.GetDefaultETagAction(string)
ClientServiceRequest<RapidCache>.ETagAction
ClientServiceRequest<RapidCache>.ModifyRequest
ClientServiceRequest<RapidCache>.ValidateParameters
ClientServiceRequest<RapidCache>.ApiVersion
ClientServiceRequest<RapidCache>.RequestParameters
ClientServiceRequest<RapidCache>.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.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class RapidCachesResource.GetRequest : StorageBaseServiceRequest<RapidCache>, IClientServiceRequest<RapidCache>, IClientServiceRequest

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string bucket, string rapidCacheId)
Parameters
Type Name Description
IClientService service
string bucket
string rapidCacheId

Properties

Bucket

Name of the parent bucket.

Declaration
[RequestParameter("bucket", RequestParameterType.Path)]
public virtual string Bucket { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RapidCacheId

The ID of the requested Rapid Cache instance.

Declaration
[RequestParameter("rapidCacheId", RequestParameterType.Path)]
public virtual string RapidCacheId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
StorageBaseServiceRequest<RapidCache>.InitParameters()

Implements

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