public sealed class ListMaterializedViewsRequest : IMessage<ListMaterializedViewsRequest>, IEquatable<ListMaterializedViewsRequest>, IDeepCloneable<ListMaterializedViewsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListMaterializedViewsRequest.
Request message for BigtableInstanceAdmin.ListMaterializedViews.
Implements
IMessageListMaterializedViewsRequest, IEquatableListMaterializedViewsRequest, IDeepCloneableListMaterializedViewsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListMaterializedViewsRequest()
public ListMaterializedViewsRequest()
ListMaterializedViewsRequest(ListMaterializedViewsRequest)
public ListMaterializedViewsRequest(ListMaterializedViewsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListMaterializedViewsRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of materialized views to return. The service may return fewer than this value
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
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}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }
InstanceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |