Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.ClustersResource.GetMemoryLayerRequest

Gets information about the memory layer of a cluster.

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

Constructors

GetMemoryLayerRequest(IClientService, string)

Constructs a new GetMemoryLayer request.

Declaration
public GetMemoryLayerRequest(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<MemoryLayer>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The unique name of the requested cluster's memory layer. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/memoryLayer.

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

Methods

InitParameters()

Initializes GetMemoryLayer parameter list.

Declaration
protected override void InitParameters()
Overrides
BigtableAdminBaseServiceRequest<MemoryLayer>.InitParameters()

Implements

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