public sealed class ListDatabasesRequest : IPageRequest, IMessage<ListDatabasesRequest>, IEquatable<ListDatabasesRequest>, IDeepCloneable<ListDatabasesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class ListDatabasesRequest.
Message for requesting list of Databases.
Implements
IPageRequest, IMessageListDatabasesRequest, IEquatableListDatabasesRequest, IDeepCloneableListDatabasesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.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, an appropriate number of databases will be returned. The max value will be 2000, 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 |