AlloyDB v1alpha API - Class ListUsersRequest (1.0.0-alpha07)

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

Reference documentation and code samples for the AlloyDB v1alpha API class ListUsersRequest.

Message for requesting list of Users

Inheritance

object > ListUsersRequest

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

ListUsersRequest()

public ListUsersRequest()

ListUsersRequest(ListUsersRequest)

public ListUsersRequest(ListUsersRequest other)
Parameter
NameDescription
otherListUsersRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filtering results

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Optional. Hint for how to order the results

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Parent value for ListUsersRequest

Property Value
TypeDescription
string

ParentAsClusterName

public ClusterName ParentAsClusterName { get; set; }

ClusterName-typed view over the Parent resource name property.

Property Value
TypeDescription
ClusterName