AlloyDB v1alpha API - Class ListSupportedDatabaseFlagsRequest (1.0.0-alpha07)

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

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

Message for listing the information about the supported Database flags.

Inheritance

object > ListSupportedDatabaseFlagsRequest

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

ListSupportedDatabaseFlagsRequest()

public ListSupportedDatabaseFlagsRequest()

ListSupportedDatabaseFlagsRequest(ListSupportedDatabaseFlagsRequest)

public ListSupportedDatabaseFlagsRequest(ListSupportedDatabaseFlagsRequest other)
Parameter
NameDescription
otherListSupportedDatabaseFlagsRequest

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
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName