public interface DatabaseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCharset()
public abstract String getCharset()The Cloud SQL charset value.
string charset = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The charset. |
getCharsetBytes()
public abstract ByteString getCharsetBytes()The Cloud SQL charset value.
string charset = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for charset. |
getCollation()
public abstract String getCollation()The Cloud SQL collation value.
string collation = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The collation. |
getCollationBytes()
public abstract ByteString getCollationBytes()The Cloud SQL collation value.
string collation = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for collation. |
getDatabaseDetailsCase()
public abstract Database.DatabaseDetailsCase getDatabaseDetailsCase()| Returns | |
|---|---|
| Type | Description |
Database.DatabaseDetailsCase |
|
getEtag()
public abstract String getEtag()This field is deprecated and will be removed from a future version of the API.
string etag = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public abstract ByteString getEtagBytes()This field is deprecated and will be removed from a future version of the API.
string etag = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getInstance()
public abstract String getInstance()The name of the Cloud SQL instance. This does not include the project ID.
string instance = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()The name of the Cloud SQL instance. This does not include the project ID.
string instance = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getKind()
public abstract String getKind() This is always sql#database.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#database.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getName()
public abstract String getName()The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.
string name = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.
string name = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProject()
public abstract String getProject()The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.
string project = 8;
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.
string project = 8;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getSelfLink()
public abstract String getSelfLink()The URI of this resource.
string self_link = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The selfLink. |
getSelfLinkBytes()
public abstract ByteString getSelfLinkBytes()The URI of this resource.
string self_link = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for selfLink. |
getSqlserverDatabaseDetails()
public abstract SqlServerDatabaseDetails getSqlserverDatabaseDetails().google.cloud.sql.v1.SqlServerDatabaseDetails sqlserver_database_details = 9;
| Returns | |
|---|---|
| Type | Description |
SqlServerDatabaseDetails |
The sqlserverDatabaseDetails. |
getSqlserverDatabaseDetailsOrBuilder()
public abstract SqlServerDatabaseDetailsOrBuilder getSqlserverDatabaseDetailsOrBuilder().google.cloud.sql.v1.SqlServerDatabaseDetails sqlserver_database_details = 9;
| Returns | |
|---|---|
| Type | Description |
SqlServerDatabaseDetailsOrBuilder |
|
hasSqlserverDatabaseDetails()
public abstract boolean hasSqlserverDatabaseDetails().google.cloud.sql.v1.SqlServerDatabaseDetails sqlserver_database_details = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sqlserverDatabaseDetails field is set. |