AlloyDB v1 API - Class ListUsersResponse (1.6.0)

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

Inheritance

object > ListUsersResponse

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Constructors

ListUsersResponse()

public ListUsersResponse()

ListUsersResponse(ListUsersResponse)

public ListUsersResponse(ListUsersResponse other)
Parameter
NameDescription
otherListUsersResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Users

public RepeatedField<User> Users { get; }

The list of User

Property Value
TypeDescription
RepeatedFieldUser

Methods

GetEnumerator()

public IEnumerator<User> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorUser