Interface SqlOperationsGetRequestOrBuilder (0.1.0)

public interface SqlOperationsGetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

public abstract String getLocation()

Optional. Region of the Cloud SQL instance.

string location = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

Optional. Region of the Cloud SQL instance.

string location = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for location.

getOperation()

public abstract String getOperation()

Instance operation ID.

string operation = 1;

Returns
Type Description
String

The operation.

getOperationBytes()

public abstract ByteString getOperationBytes()

Instance operation ID.

string operation = 1;

Returns
Type Description
ByteString

The bytes for operation.

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.