public interface SqlSubOperationTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMaintenanceType()
public abstract SqlMaintenanceType getMaintenanceType()The type of maintenance to be performed on the instance.
.google.cloud.sql.v1.SqlMaintenanceType maintenance_type = 1;
| Returns | |
|---|---|
| Type | Description |
SqlMaintenanceType |
The maintenanceType. |
getMaintenanceTypeValue()
public abstract int getMaintenanceTypeValue()The type of maintenance to be performed on the instance.
.google.cloud.sql.v1.SqlMaintenanceType maintenance_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for maintenanceType. |
getSubOperationDetailsCase()
public abstract SqlSubOperationType.SubOperationDetailsCase getSubOperationDetailsCase()| Returns | |
|---|---|
| Type | Description |
SqlSubOperationType.SubOperationDetailsCase |
|
hasMaintenanceType()
public abstract boolean hasMaintenanceType()The type of maintenance to be performed on the instance.
.google.cloud.sql.v1.SqlMaintenanceType maintenance_type = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the maintenanceType field is set. |