public interface SupportedDatabaseFlagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAcceptsMultipleValues()
Whether the database flag accepts multiple values.
|
String |
getFlagName()
The name of the database flag, e.g.
|
com.google.protobuf.ByteString |
getFlagNameBytes()
The name of the database flag, e.g.
|
SupportedDatabaseFlag.IntegerRestrictions |
getIntegerRestrictions()
Restriction on INTEGER type value.
|
SupportedDatabaseFlag.IntegerRestrictionsOrBuilder |
getIntegerRestrictionsOrBuilder()
Restriction on INTEGER type value.
|
String |
getName()
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.
|
com.google.protobuf.ByteString |
getNameBytes()
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.
|
com.google.protobuf.Int64Value |
getRecommendedIntegerValue()
The recommended value for an INTEGER flag.
|
com.google.protobuf.Int64ValueOrBuilder |
getRecommendedIntegerValueOrBuilder()
The recommended value for an INTEGER flag.
|
String |
getRecommendedStringValue()
The recommended value for a STRING flag.
|
com.google.protobuf.ByteString |
getRecommendedStringValueBytes()
The recommended value for a STRING flag.
|
SupportedDatabaseFlag.RecommendedValueCase |
getRecommendedValueCase() |
boolean |
getRequiresDbRestart()
Whether setting or updating this flag on an Instance requires a database
restart.
|
SupportedDatabaseFlag.RestrictionsCase |
getRestrictionsCase() |
SupportedDatabaseFlag.Scope |
getScope()
The scope of the flag.
|
int |
getScopeValue()
The scope of the flag.
|
SupportedDatabaseFlag.StringRestrictions |
getStringRestrictions()
Restriction on STRING type value.
|
SupportedDatabaseFlag.StringRestrictionsOrBuilder |
getStringRestrictionsOrBuilder()
Restriction on STRING type value.
|
DatabaseVersion |
getSupportedDbVersions(int index)
Major database engine versions for which this flag is supported.
|
int |
getSupportedDbVersionsCount()
Major database engine versions for which this flag is supported.
|
List<DatabaseVersion> |
getSupportedDbVersionsList()
Major database engine versions for which this flag is supported.
|
int |
getSupportedDbVersionsValue(int index)
Major database engine versions for which this flag is supported.
|
List<Integer> |
getSupportedDbVersionsValueList()
Major database engine versions for which this flag is supported.
|
SupportedDatabaseFlag.ValueType |
getValueType()
.google.cloud.alloydb.v1.SupportedDatabaseFlag.ValueType value_type = 3; |
int |
getValueTypeValue()
.google.cloud.alloydb.v1.SupportedDatabaseFlag.ValueType value_type = 3; |
boolean |
hasIntegerRestrictions()
Restriction on INTEGER type value.
|
boolean |
hasRecommendedIntegerValue()
The recommended value for an INTEGER flag.
|
boolean |
hasRecommendedStringValue()
The recommended value for a STRING flag.
|
boolean |
hasStringRestrictions()
Restriction on STRING type value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStringRestrictions()
Restriction on STRING type value.
.google.cloud.alloydb.v1.SupportedDatabaseFlag.StringRestrictions string_restrictions = 7;
SupportedDatabaseFlag.StringRestrictions getStringRestrictions()
Restriction on STRING type value.
.google.cloud.alloydb.v1.SupportedDatabaseFlag.StringRestrictions string_restrictions = 7;
SupportedDatabaseFlag.StringRestrictionsOrBuilder getStringRestrictionsOrBuilder()
Restriction on STRING type value.
.google.cloud.alloydb.v1.SupportedDatabaseFlag.StringRestrictions string_restrictions = 7;
boolean hasIntegerRestrictions()
Restriction on INTEGER type value.
.google.cloud.alloydb.v1.SupportedDatabaseFlag.IntegerRestrictions integer_restrictions = 8;
SupportedDatabaseFlag.IntegerRestrictions getIntegerRestrictions()
Restriction on INTEGER type value.
.google.cloud.alloydb.v1.SupportedDatabaseFlag.IntegerRestrictions integer_restrictions = 8;
SupportedDatabaseFlag.IntegerRestrictionsOrBuilder getIntegerRestrictionsOrBuilder()
Restriction on INTEGER type value.
.google.cloud.alloydb.v1.SupportedDatabaseFlag.IntegerRestrictions integer_restrictions = 8;
boolean hasRecommendedStringValue()
The recommended value for a STRING flag.
string recommended_string_value = 10;String getRecommendedStringValue()
The recommended value for a STRING flag.
string recommended_string_value = 10;com.google.protobuf.ByteString getRecommendedStringValueBytes()
The recommended value for a STRING flag.
string recommended_string_value = 10;boolean hasRecommendedIntegerValue()
The recommended value for an INTEGER flag.
.google.protobuf.Int64Value recommended_integer_value = 11;com.google.protobuf.Int64Value getRecommendedIntegerValue()
The recommended value for an INTEGER flag.
.google.protobuf.Int64Value recommended_integer_value = 11;com.google.protobuf.Int64ValueOrBuilder getRecommendedIntegerValueOrBuilder()
The recommended value for an INTEGER flag.
.google.protobuf.Int64Value recommended_integer_value = 11;String getName()
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.
string name = 1;com.google.protobuf.ByteString getNameBytes()
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.
string name = 1;String getFlagName()
The name of the database flag, e.g. "max_allowed_packets". The is a possibly key for the Instance.database_flags map field.
string flag_name = 2;com.google.protobuf.ByteString getFlagNameBytes()
The name of the database flag, e.g. "max_allowed_packets". The is a possibly key for the Instance.database_flags map field.
string flag_name = 2;int getValueTypeValue()
.google.cloud.alloydb.v1.SupportedDatabaseFlag.ValueType value_type = 3;SupportedDatabaseFlag.ValueType getValueType()
.google.cloud.alloydb.v1.SupportedDatabaseFlag.ValueType value_type = 3;boolean getAcceptsMultipleValues()
Whether the database flag accepts multiple values. If true, a comma-separated list of stringified values may be specified.
bool accepts_multiple_values = 4;List<DatabaseVersion> getSupportedDbVersionsList()
Major database engine versions for which this flag is supported.
repeated .google.cloud.alloydb.v1.DatabaseVersion supported_db_versions = 5;int getSupportedDbVersionsCount()
Major database engine versions for which this flag is supported.
repeated .google.cloud.alloydb.v1.DatabaseVersion supported_db_versions = 5;DatabaseVersion getSupportedDbVersions(int index)
Major database engine versions for which this flag is supported.
repeated .google.cloud.alloydb.v1.DatabaseVersion supported_db_versions = 5;index - The index of the element to return.List<Integer> getSupportedDbVersionsValueList()
Major database engine versions for which this flag is supported.
repeated .google.cloud.alloydb.v1.DatabaseVersion supported_db_versions = 5;int getSupportedDbVersionsValue(int index)
Major database engine versions for which this flag is supported.
repeated .google.cloud.alloydb.v1.DatabaseVersion supported_db_versions = 5;index - The index of the value to return.boolean getRequiresDbRestart()
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).
bool requires_db_restart = 6;int getScopeValue()
The scope of the flag.
.google.cloud.alloydb.v1.SupportedDatabaseFlag.Scope scope = 9;SupportedDatabaseFlag.Scope getScope()
The scope of the flag.
.google.cloud.alloydb.v1.SupportedDatabaseFlag.Scope scope = 9;SupportedDatabaseFlag.RestrictionsCase getRestrictionsCase()
SupportedDatabaseFlag.RecommendedValueCase getRecommendedValueCase()
Copyright © 2025 Google LLC. All rights reserved.