public sealed class ListUsersResponse : IPageResponse<User>, IEnumerable<User>, IEnumerable, IMessage<ListUsersResponse>, IEquatable<ListUsersResponse>, IDeepCloneable<ListUsersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class ListUsersResponse.
Message for response to listing Users
Implements
IPageResponseUser, IEnumerableUser, IEnumerable, IMessageListUsersResponse, IEquatableListUsersResponse, IDeepCloneableListUsersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
ListUsersResponse()
public ListUsersResponse()
ListUsersResponse(ListUsersResponse)
public ListUsersResponse(ListUsersResponse other)
Parameter | |
---|---|
Name | Description |
other | ListUsersResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Users
public RepeatedField<User> Users { get; }
The list of User
Property Value | |
---|---|
Type | Description |
RepeatedFieldUser |
Methods
GetEnumerator()
public IEnumerator<User> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorUser |