Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.MaterializedViewsResource.ListRequest

Lists information about materialized views in an instance.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of materialized 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 ListMaterializedViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListMaterializedViews 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 materialized 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<ListMaterializedViewsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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