public interface InstanceReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The name of the Cloud SQL instance being referenced. This does not include the project ID.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the Cloud SQL instance being referenced. This does not include the project ID.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProject()
public abstract String getProject()The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.
string project = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.
string project = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getRegion()
public abstract String getRegion()The region of the Cloud SQL instance being referenced.
string region = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()The region of the Cloud SQL instance being referenced.
string region = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |