AlloyDB v1 API - Class ListSupportedDatabaseFlagsResponse (1.7.0)

public sealed class ListSupportedDatabaseFlagsResponse : IPageResponse<SupportedDatabaseFlag>, IEnumerable<SupportedDatabaseFlag>, IEnumerable, IMessage<ListSupportedDatabaseFlagsResponse>, IEquatable<ListSupportedDatabaseFlagsResponse>, IDeepCloneable<ListSupportedDatabaseFlagsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1 API class ListSupportedDatabaseFlagsResponse.

Message for response to listing SupportedDatabaseFlags.

Inheritance

object > ListSupportedDatabaseFlagsResponse

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Constructors

ListSupportedDatabaseFlagsResponse()

public ListSupportedDatabaseFlagsResponse()

ListSupportedDatabaseFlagsResponse(ListSupportedDatabaseFlagsResponse)

public ListSupportedDatabaseFlagsResponse(ListSupportedDatabaseFlagsResponse other)
Parameter
Name Description
other ListSupportedDatabaseFlagsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

SupportedDatabaseFlags

public RepeatedField<SupportedDatabaseFlag> SupportedDatabaseFlags { get; }

The list of SupportedDatabaseFlags.

Property Value
Type Description
RepeatedFieldSupportedDatabaseFlag

Methods

GetEnumerator()

public IEnumerator<SupportedDatabaseFlag> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorSupportedDatabaseFlag