public sealed class ListDatabasesRequest : IPageRequest, IMessage<ListDatabasesRequest>, IEquatable<ListDatabasesRequest>, IDeepCloneable<ListDatabasesRequest>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1 API class ListDatabasesRequest.
Message for ListDatabases request.
Implements
IPageRequest, IMessageListDatabasesRequest, IEquatableListDatabasesRequest, IDeepCloneableListDatabasesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
ListDatabasesRequest()
public ListDatabasesRequest()ListDatabasesRequest(ListDatabasesRequest)
public ListDatabasesRequest(ListDatabasesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDatabasesRequest |
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 | |
|---|---|
| Type | Description |
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, 2000 is the default page_size. The max value of page_size will be 4000, values above max will be coerced to max.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Parent value for ListDatabasesRequest.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsClusterName
public ClusterName ParentAsClusterName { get; set; }ClusterName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ClusterName |
|