Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::SqlInstancesPatchRequest (v0.2.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlInstancesPatchRequest.

Instance patch request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#body

def body() -> ::Google::Cloud::Sql::V1::DatabaseInstance

#body=

def body=(value) -> ::Google::Cloud::Sql::V1::DatabaseInstance

#instance

def instance() -> ::String
Returns
  • (::String) — Cloud SQL instance ID. This does not include the project ID.

#instance=

def instance=(value) -> ::String
Parameter
  • value (::String) — Cloud SQL instance ID. This does not include the project ID.
Returns
  • (::String) — Cloud SQL instance ID. This does not include the project ID.

#project

def project() -> ::String
Returns
  • (::String) — Project ID of the project that contains the instance.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Project ID of the project that contains the instance.
Returns
  • (::String) — Project ID of the project that contains the instance.

#reconcile_psc_networking

def reconcile_psc_networking() -> ::Boolean
Returns
  • (::Boolean) — Optional. Set PSC config to the same value as the existing config to reconcile the PSC networking.

#reconcile_psc_networking=

def reconcile_psc_networking=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Set PSC config to the same value as the existing config to reconcile the PSC networking.
Returns
  • (::Boolean) — Optional. Set PSC config to the same value as the existing config to reconcile the PSC networking.

#reconcile_psc_networking_force

def reconcile_psc_networking_force() -> ::Boolean
Returns
  • (::Boolean) — Optional. Set PSC config to the same value as the existing config and force reconcile the PSC networking.

#reconcile_psc_networking_force=

def reconcile_psc_networking_force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Set PSC config to the same value as the existing config and force reconcile the PSC networking.
Returns
  • (::Boolean) — Optional. Set PSC config to the same value as the existing config and force reconcile the PSC networking.