Interface SqlInstancesPatchRequestOrBuilder (0.1.0)

public interface SqlInstancesPatchRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBody()

public abstract DatabaseInstance getBody()

.google.cloud.sql.v1.DatabaseInstance body = 100;

Returns
Type Description
DatabaseInstance

The body.

getBodyOrBuilder()

public abstract DatabaseInstanceOrBuilder getBodyOrBuilder()

.google.cloud.sql.v1.DatabaseInstance body = 100;

Returns
Type Description
DatabaseInstanceOrBuilder

getInstance()

public abstract String getInstance()

Cloud SQL instance ID. This does not include the project ID.

string instance = 1;

Returns
Type Description
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

Cloud SQL instance ID. This does not include the project ID.

string instance = 1;

Returns
Type Description
ByteString

The bytes for instance.

getProject()

public abstract String getProject()

Project ID of the project that contains the instance.

string project = 2;

Returns
Type Description
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID of the project that contains the instance.

string project = 2;

Returns
Type Description
ByteString

The bytes for project.

getReconcilePscNetworking()

public abstract boolean getReconcilePscNetworking()

Optional. Set PSC config to the same value as the existing config to reconcile the PSC networking.

optional bool reconcile_psc_networking = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The reconcilePscNetworking.

getReconcilePscNetworkingForce()

public abstract boolean getReconcilePscNetworkingForce()

Optional. Set PSC config to the same value as the existing config and force reconcile the PSC networking.

optional bool reconcile_psc_networking_force = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The reconcilePscNetworkingForce.

hasBody()

public abstract boolean hasBody()

.google.cloud.sql.v1.DatabaseInstance body = 100;

Returns
Type Description
boolean

Whether the body field is set.

hasReconcilePscNetworking()

public abstract boolean hasReconcilePscNetworking()

Optional. Set PSC config to the same value as the existing config to reconcile the PSC networking.

optional bool reconcile_psc_networking = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the reconcilePscNetworking field is set.

hasReconcilePscNetworkingForce()

public abstract boolean hasReconcilePscNetworkingForce()

Optional. Set PSC config to the same value as the existing config and force reconcile the PSC networking.

optional bool reconcile_psc_networking_force = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the reconcilePscNetworkingForce field is set.