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]
Implements
IMessageListAuthorizedViewsResponse, IEquatableListAuthorizedViewsResponse, IDeepCloneableListAuthorizedViewsResponse, IBufferMessage, IMessage, IPageResponseAuthorizedView, IEnumerableAuthorizedView, IEnumerableNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListAuthorizedViewsResponse()
public ListAuthorizedViewsResponse()
ListAuthorizedViewsResponse(ListAuthorizedViewsResponse)
public ListAuthorizedViewsResponse(ListAuthorizedViewsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListAuthorizedViewsResponse |
Properties
AuthorizedViews
public RepeatedField<AuthorizedView> AuthorizedViews { get; }
The AuthorizedViews present in the requested table.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<AuthorizedView> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAuthorizedView |