Interface SqlInstancesInsertRequestOrBuilder (0.1.0)

public interface SqlInstancesInsertRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBody()

public abstract DatabaseInstance getBody()

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

Returns
Type Description
DatabaseInstance

The body.

getBodyOrBuilder()

public abstract DatabaseInstanceOrBuilder getBodyOrBuilder()

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

Returns
Type Description
DatabaseInstanceOrBuilder

getProject()

public abstract String getProject()

Project ID of the project to which the newly created Cloud SQL instances should belong.

string project = 1;

Returns
Type Description
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID of the project to which the newly created Cloud SQL instances should belong.

string project = 1;

Returns
Type Description
ByteString

The bytes for project.

hasBody()

public abstract boolean hasBody()

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

Returns
Type Description
boolean

Whether the body field is set.