public interface PreCheckMajorVersionUpgradeContextOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract String getKind() Optional. This is always sql#preCheckMajorVersionUpgradeContext.
string kind = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() Optional. This is always sql#preCheckMajorVersionUpgradeContext.
string kind = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getPreCheckResponse(int index)
public abstract PreCheckResponse getPreCheckResponse(int index)Output only. The responses from the precheck operation.
repeated .google.cloud.sql.v1beta4.PreCheckResponse pre_check_response = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PreCheckResponse |
|
getPreCheckResponseCount()
public abstract int getPreCheckResponseCount()Output only. The responses from the precheck operation.
repeated .google.cloud.sql.v1beta4.PreCheckResponse pre_check_response = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getPreCheckResponseList()
public abstract List<PreCheckResponse> getPreCheckResponseList()Output only. The responses from the precheck operation.
repeated .google.cloud.sql.v1beta4.PreCheckResponse pre_check_response = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<PreCheckResponse> |
|
getPreCheckResponseOrBuilder(int index)
public abstract PreCheckResponseOrBuilder getPreCheckResponseOrBuilder(int index)Output only. The responses from the precheck operation.
repeated .google.cloud.sql.v1beta4.PreCheckResponse pre_check_response = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PreCheckResponseOrBuilder |
|
getPreCheckResponseOrBuilderList()
public abstract List<? extends PreCheckResponseOrBuilder> getPreCheckResponseOrBuilderList()Output only. The responses from the precheck operation.
repeated .google.cloud.sql.v1beta4.PreCheckResponse pre_check_response = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.sql.v1beta4.PreCheckResponseOrBuilder> |
|
getTargetDatabaseVersion()
public abstract SqlDatabaseVersion getTargetDatabaseVersion()Required. The target database version to upgrade to.
.google.cloud.sql.v1beta4.SqlDatabaseVersion target_database_version = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SqlDatabaseVersion |
The targetDatabaseVersion. |
getTargetDatabaseVersionValue()
public abstract int getTargetDatabaseVersionValue()Required. The target database version to upgrade to.
.google.cloud.sql.v1beta4.SqlDatabaseVersion target_database_version = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for targetDatabaseVersion. |