Google Cloud Bigtable Administration v2 API - Class ListLogicalViewsRequest (3.25.0)

public sealed class ListLogicalViewsRequest : IMessage<ListLogicalViewsRequest>, IEquatable<ListLogicalViewsRequest>, IDeepCloneable<ListLogicalViewsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListLogicalViewsRequest.

Request message for BigtableInstanceAdmin.ListLogicalViews.

Inheritance

object > ListLogicalViewsRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListLogicalViewsRequest()

public ListLogicalViewsRequest()

ListLogicalViewsRequest(ListLogicalViewsRequest)

public ListLogicalViewsRequest(ListLogicalViewsRequest other)
Parameter
Name Description
other ListLogicalViewsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of logical 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 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.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

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}.

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