public sealed class ListSupportedDatabaseFlagsRequest : IPageRequest, IMessage<ListSupportedDatabaseFlagsRequest>, IEquatable<ListSupportedDatabaseFlagsRequest>, IDeepCloneable<ListSupportedDatabaseFlagsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class ListSupportedDatabaseFlagsRequest.
Message for listing the information about the supported Database flags.
Implements
IPageRequest, IMessageListSupportedDatabaseFlagsRequest, IEquatableListSupportedDatabaseFlagsRequest, IDeepCloneableListSupportedDatabaseFlagsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
ListSupportedDatabaseFlagsRequest()
public ListSupportedDatabaseFlagsRequest()
ListSupportedDatabaseFlagsRequest(ListSupportedDatabaseFlagsRequest)
public ListSupportedDatabaseFlagsRequest(ListSupportedDatabaseFlagsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSupportedDatabaseFlagsRequest |
Properties
PageSize
public int PageSize { get; set; }
Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the parent resource. The required format is:
- projects/{project}/locations/{location}
Regardless of the parent specified here, as long it is contains a valid project and location, the service will return a static list of supported flags resources. Note that we do not yet support region-specific flags.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |