Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.ClustersResource.MemoryLayersResource.ListRequest

Lists information about memory layers.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListMemoryLayersResponse>
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>
ProjectsResource.InstancesResource.ClustersResource.MemoryLayersResource.ListRequest
Implements
IClientServiceRequest<ListMemoryLayersResponse>
IClientServiceRequest
Inherited Members
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.Xgafv
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.AccessToken
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.Alt
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.Callback
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.Fields
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.Key
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.OauthToken
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.PrettyPrint
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.QuotaUser
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.UploadType
BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>.UploadProtocol
ClientServiceRequest<ListMemoryLayersResponse>.Execute()
ClientServiceRequest<ListMemoryLayersResponse>.ExecuteAsStream()
ClientServiceRequest<ListMemoryLayersResponse>.ExecuteAsync()
ClientServiceRequest<ListMemoryLayersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListMemoryLayersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListMemoryLayersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListMemoryLayersResponse>.CreateRequest(bool?)
ClientServiceRequest<ListMemoryLayersResponse>.GenerateRequestUri()
ClientServiceRequest<ListMemoryLayersResponse>.GetBody()
ClientServiceRequest<ListMemoryLayersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListMemoryLayersResponse>.ETagAction
ClientServiceRequest<ListMemoryLayersResponse>.ModifyRequest
ClientServiceRequest<ListMemoryLayersResponse>.ValidateParameters
ClientServiceRequest<ListMemoryLayersResponse>.ApiVersion
ClientServiceRequest<ListMemoryLayersResponse>.RequestParameters
ClientServiceRequest<ListMemoryLayersResponse>.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.MemoryLayersResource.ListRequest : BigtableAdminBaseServiceRequest<ListMemoryLayersResponse>, IClientServiceRequest<ListMemoryLayersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of memory layers to return. The service may return fewer than this value.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous ListMemoryLayers call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListMemoryLayers must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The unique name of the cluster for which a list of memory layers is requested. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}. Use {cluster} = '-' to list MemoryLayers for all Clusters in an instance, e.g., projects/myproject/instances/myinstance/clusters/-.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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