public final class GeminiInstanceConfig extends GeneratedMessage implements GeminiInstanceConfigOrBuilder
Gemini instance configuration.
Protobuf type google.cloud.sql.v1.GeminiInstanceConfig
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
ACTIVE_QUERY_ENABLED_FIELD_NUMBER
public static final int ACTIVE_QUERY_ENABLED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ENTITLED_FIELD_NUMBER
public static final int ENTITLED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
FLAG_RECOMMENDER_ENABLED_FIELD_NUMBER
public static final int FLAG_RECOMMENDER_ENABLED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
GOOGLE_VACUUM_MGMT_ENABLED_FIELD_NUMBER
public static final int GOOGLE_VACUUM_MGMT_ENABLED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INDEX_ADVISOR_ENABLED_FIELD_NUMBER
public static final int INDEX_ADVISOR_ENABLED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OOM_SESSION_CANCEL_ENABLED_FIELD_NUMBER
public static final int OOM_SESSION_CANCEL_ENABLED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GeminiInstanceConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GeminiInstanceConfig.Builder newBuilder()
newBuilder(GeminiInstanceConfig prototype)
public static GeminiInstanceConfig.Builder newBuilder(GeminiInstanceConfig prototype)
public static GeminiInstanceConfig parseDelimitedFrom(InputStream input)
public static GeminiInstanceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GeminiInstanceConfig parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GeminiInstanceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GeminiInstanceConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GeminiInstanceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GeminiInstanceConfig parseFrom(CodedInputStream input)
public static GeminiInstanceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GeminiInstanceConfig parseFrom(InputStream input)
public static GeminiInstanceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GeminiInstanceConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GeminiInstanceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GeminiInstanceConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getActiveQueryEnabled()
public boolean getActiveQueryEnabled()
Output only. Whether the active query is enabled.
optional bool active_query_enabled = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The activeQueryEnabled.
|
getDefaultInstanceForType()
public GeminiInstanceConfig getDefaultInstanceForType()
getEntitled()
public boolean getEntitled()
Output only. Whether Gemini is enabled.
optional bool entitled = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The entitled.
|
getFlagRecommenderEnabled()
public boolean getFlagRecommenderEnabled()
Output only. Whether the flag recommender is enabled.
optional bool flag_recommender_enabled = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The flagRecommenderEnabled.
|
getGoogleVacuumMgmtEnabled()
public boolean getGoogleVacuumMgmtEnabled()
Output only. Whether the vacuum management is enabled.
optional bool google_vacuum_mgmt_enabled = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The googleVacuumMgmtEnabled.
|
getIndexAdvisorEnabled()
public boolean getIndexAdvisorEnabled()
Output only. Whether the index advisor is enabled.
optional bool index_advisor_enabled = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The indexAdvisorEnabled.
|
getOomSessionCancelEnabled()
public boolean getOomSessionCancelEnabled()
Output only. Whether canceling the out-of-memory (OOM) session is enabled.
optional bool oom_session_cancel_enabled = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The oomSessionCancelEnabled.
|
getParserForType()
public Parser<GeminiInstanceConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasActiveQueryEnabled()
public boolean hasActiveQueryEnabled()
Output only. Whether the active query is enabled.
optional bool active_query_enabled = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the activeQueryEnabled field is set.
|
hasEntitled()
public boolean hasEntitled()
Output only. Whether Gemini is enabled.
optional bool entitled = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the entitled field is set.
|
hasFlagRecommenderEnabled()
public boolean hasFlagRecommenderEnabled()
Output only. Whether the flag recommender is enabled.
optional bool flag_recommender_enabled = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the flagRecommenderEnabled field is set.
|
hasGoogleVacuumMgmtEnabled()
public boolean hasGoogleVacuumMgmtEnabled()
Output only. Whether the vacuum management is enabled.
optional bool google_vacuum_mgmt_enabled = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the googleVacuumMgmtEnabled field is set.
|
hasIndexAdvisorEnabled()
public boolean hasIndexAdvisorEnabled()
Output only. Whether the index advisor is enabled.
optional bool index_advisor_enabled = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the indexAdvisorEnabled field is set.
|
hasOomSessionCancelEnabled()
public boolean hasOomSessionCancelEnabled()
Output only. Whether canceling the out-of-memory (OOM) session is enabled.
optional bool oom_session_cancel_enabled = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the oomSessionCancelEnabled field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GeminiInstanceConfig.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GeminiInstanceConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public GeminiInstanceConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides