Google Cloud Sql Admin V1 Client - Class SqlOutOfDiskReport (0.12.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlOutOfDiskReport.

This message wraps up the information written by out-of-disk detection job.

Generated from protobuf message google.cloud.sql.v1.DatabaseInstance.SqlOutOfDiskReport

Namespace

Google \ Cloud \ Sql \ V1 \ DatabaseInstance

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ sql_out_of_disk_state int

This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job

↳ sql_min_recommended_increase_size_gb int

The minimum recommended increase size in GigaBytes This field is consumed by the frontend * Writers: * the proactive database wellness job for OOD. * Readers:

getSqlOutOfDiskState

This field represents the state generated by the proactive database wellness job for OutOfDisk issues.

  • Writers:
    • the proactive database wellness job for OOD.
  • Readers:
    • the proactive database wellness job
Returns
Type Description
int

hasSqlOutOfDiskState

clearSqlOutOfDiskState

setSqlOutOfDiskState

This field represents the state generated by the proactive database wellness job for OutOfDisk issues.

  • Writers:
    • the proactive database wellness job for OOD.
  • Readers:
    • the proactive database wellness job
Parameter
Name Description
var int
Returns
Type Description
$this

getSqlMinRecommendedIncreaseSizeGb

The minimum recommended increase size in GigaBytes This field is consumed by the frontend

  • Writers:

    • the proactive database wellness job for OOD.
  • Readers:

Returns
Type Description
int

hasSqlMinRecommendedIncreaseSizeGb

clearSqlMinRecommendedIncreaseSizeGb

setSqlMinRecommendedIncreaseSizeGb

The minimum recommended increase size in GigaBytes This field is consumed by the frontend

  • Writers:

    • the proactive database wellness job for OOD.
  • Readers:

Parameter
Name Description
var int
Returns
Type Description
$this

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月21日 UTC.