AlloyDB v1beta API - Class ListDatabasesRequest (1.0.0-beta05)

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

Reference documentation and code samples for the AlloyDB v1beta API class ListDatabasesRequest.

Message for requesting list of Databases.

Inheritance

object > ListDatabasesRequest

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

ListDatabasesRequest()

public ListDatabasesRequest()

ListDatabasesRequest(ListDatabasesRequest)

public ListDatabasesRequest(ListDatabasesRequest other)
Parameter
NameDescription
otherListDatabasesRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filtering results. This field is currently not supported, its value will be ignored if passed.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of databases to return. The service may return fewer than this value. If unspecified, an appropriate number of databases will be returned. The max value will be 2000, values above max will be coerced to max.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListDatabases call. This should be provided to retrieve the subsequent page. This field is currently not supported, its value will be ignored if passed.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Parent value for ListDatabasesRequest.

Property Value
TypeDescription
string

ParentAsClusterName

public ClusterName ParentAsClusterName { get; set; }

ClusterName-typed view over the Parent resource name property.

Property Value
TypeDescription
ClusterName