Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.LogicalViewsResource.ListRequest

Lists information about logical views in an instance.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of logical views 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 ListLogicalViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListLogicalViews 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 instance for which the list of logical views is requested. Values are of the form projects/{project}/instances/{instance}.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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