final case class SupportedDatabaseFlag(restrictions: Restrictions = com.google.cloud.alloydb.v1.resources.SupportedDatabaseFlag.Restrictions.Empty, name: String = "", flagName: String = "", valueType: ValueTypeEnum = com.google.cloud.alloydb.v1.resources.SupportedDatabaseFlag.ValueTypeEnum.VALUE_TYPE_UNSPECIFIED, acceptsMultipleValues: Boolean = false, supportedDbVersions: Seq[DatabaseVersion] = _root_.scala.Seq.empty, requiresDbRestart: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[SupportedDatabaseFlag] with Product with Serializable
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.
- 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.
- flagName
The name of the database flag, e.g. "max_allowed_packets". The is a possibly key for the Instance.database_flags map field.
- acceptsMultipleValues
Whether the database flag accepts multiple values. If true, a comma-separated list of stringified values may be specified.
- supportedDbVersions
Major database engine versions for which this flag is supported.
- 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).
- Annotations
- @SerialVersionUID()
- Source
- SupportedDatabaseFlag.scala
- Alphabetic
- By Inheritance
- SupportedDatabaseFlag
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SupportedDatabaseFlag(restrictions: Restrictions = com.google.cloud.alloydb.v1.resources.SupportedDatabaseFlag.Restrictions.Empty, name: String = "", flagName: String = "", valueType: ValueTypeEnum = com.google.cloud.alloydb.v1.resources.SupportedDatabaseFlag.ValueTypeEnum.VALUE_TYPE_UNSPECIFIED, acceptsMultipleValues: Boolean = false, supportedDbVersions: Seq[DatabaseVersion] = _root_.scala.Seq.empty, requiresDbRestart: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- 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.
- flagName
The name of the database flag, e.g. "max_allowed_packets". The is a possibly key for the Instance.database_flags map field.
- acceptsMultipleValues
Whether the database flag accepts multiple values. If true, a comma-separated list of stringified values may be specified.
- supportedDbVersions
Major database engine versions for which this flag is supported.
- 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).
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val acceptsMultipleValues: Boolean
- def addAllSupportedDbVersions(__vs: Iterable[DatabaseVersion]): SupportedDatabaseFlag
- def addSupportedDbVersions(__vs: DatabaseVersion*): SupportedDatabaseFlag
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearRestrictions: SupportedDatabaseFlag
- def clearSupportedDbVersions: SupportedDatabaseFlag
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: SupportedDatabaseFlag.type
- Definition Classes
- SupportedDatabaseFlag → GeneratedMessage
- def discardUnknownFields: SupportedDatabaseFlag
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val flagName: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SupportedDatabaseFlag → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SupportedDatabaseFlag → GeneratedMessage
- def getIntegerRestrictions: IntegerRestrictions
- def getStringRestrictions: StringRestrictions
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requiresDbRestart: Boolean
- val restrictions: Restrictions
- def serializedSize: Int
- Definition Classes
- SupportedDatabaseFlag → GeneratedMessage
- val supportedDbVersions: Seq[DatabaseVersion]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- SupportedDatabaseFlag → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[SupportedDatabaseFlag, SupportedDatabaseFlag]) => Mutation[SupportedDatabaseFlag]*): SupportedDatabaseFlag
- Definition Classes
- Updatable
- val valueType: ValueTypeEnum
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAcceptsMultipleValues(__v: Boolean): SupportedDatabaseFlag
- def withFlagName(__v: String): SupportedDatabaseFlag
- def withIntegerRestrictions(__v: IntegerRestrictions): SupportedDatabaseFlag
- def withName(__v: String): SupportedDatabaseFlag
- def withRequiresDbRestart(__v: Boolean): SupportedDatabaseFlag
- def withRestrictions(__v: Restrictions): SupportedDatabaseFlag
- def withStringRestrictions(__v: StringRestrictions): SupportedDatabaseFlag
- def withSupportedDbVersions(__v: Seq[DatabaseVersion]): SupportedDatabaseFlag
- def withUnknownFields(__v: UnknownFieldSet): SupportedDatabaseFlag
- def withValueType(__v: ValueTypeEnum): SupportedDatabaseFlag
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SupportedDatabaseFlag → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage