SupportedDatabaseFlag

com.google.cloud.alloydb.v1.resources.SupportedDatabaseFlag
See theSupportedDatabaseFlag companion object
final case class SupportedDatabaseFlag(restrictions: Restrictions, name: String, flagName: String, valueType: ValueTypeEnum, acceptsMultipleValues: Boolean, supportedDbVersions: Seq[DatabaseVersion], requiresDbRestart: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SupportedDatabaseFlag]

SupportedDatabaseFlag gives general information about a database flag, like type and allowed values. This is a static value that is defined on the server side, and it cannot be modified by callers. To set the Database flags on a particular Instance, a caller should modify the Instance.database_flags field.

Value parameters

acceptsMultipleValues

Whether the database flag accepts multiple values. If true, a comma-separated list of stringified values may be specified.

flagName

The name of the database flag, e.g. "max_allowed_packets". The is a possibly key for the Instance.database_flags map field.

name

The name of the flag resource, following Google Cloud conventions, e.g.: * projects/{project}/locations/{location}/flags/{flag} This field currently has no semantic meaning.

requiresDbRestart

Whether setting or updating this flag on an Instance requires a database restart. If a flag that requires database restart is set, the backend will automatically restart the database (making sure to satisfy any availability SLO's).

supportedDbVersions

Major database engine versions for which this flag is supported.

Attributes

Companion
object
Source
SupportedDatabaseFlag.scala
Graph
Supertypes
trait Updatable[SupportedDatabaseFlag]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
SupportedDatabaseFlag.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
SupportedDatabaseFlag.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
SupportedDatabaseFlag.scala
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
SupportedDatabaseFlag.scala
def withFlagName(`__v`: String): SupportedDatabaseFlag

Attributes

Source
SupportedDatabaseFlag.scala
def withName(`__v`: String): SupportedDatabaseFlag

Attributes

Source
SupportedDatabaseFlag.scala
def withUnknownFields(`__v`: UnknownFieldSet): SupportedDatabaseFlag

Attributes

Source
SupportedDatabaseFlag.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
SupportedDatabaseFlag.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala