Interface CloudSqlInstanceInitializationConfigOrBuilder (0.29.0)

publicinterface CloudSqlInstanceInitializationConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getEdition()

publicabstractCloudSqlInstanceInitializationConfig.EditiongetEdition()

Required. The edition of the Cloud SQL instance.

.google.cloud.backupdr.v1.CloudSqlInstanceInitializationConfig.Edition edition = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloudSqlInstanceInitializationConfig.Edition

The edition.

getEditionValue()

publicabstractintgetEditionValue()

Required. The edition of the Cloud SQL instance.

.google.cloud.backupdr.v1.CloudSqlInstanceInitializationConfig.Edition edition = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for edition.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.