Google Cloud Bigtable Administration v2 API - Class ListAuthorizedViewsResponse (3.14.0)

public sealed class ListAuthorizedViewsResponse : IMessage<ListAuthorizedViewsResponse>, IEquatable<ListAuthorizedViewsResponse>, IDeepCloneable<ListAuthorizedViewsResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizedView>, IEnumerable<AuthorizedView>, IEnumerable

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

Response message for [google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews][google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews]

Inheritance

object > ListAuthorizedViewsResponse

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListAuthorizedViewsResponse()

public ListAuthorizedViewsResponse()

ListAuthorizedViewsResponse(ListAuthorizedViewsResponse)

public ListAuthorizedViewsResponse(ListAuthorizedViewsResponse other)
Parameter
NameDescription
otherListAuthorizedViewsResponse

Properties

AuthorizedViews

public RepeatedField<AuthorizedView> AuthorizedViews { get; }

The AuthorizedViews present in the requested table.

Property Value
TypeDescription
RepeatedFieldAuthorizedView

NextPageToken

public string NextPageToken { get; set; }

Set if not all tables could be returned in a single response. Pass this value to page_token in another request to get the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<AuthorizedView> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAuthorizedView