public interface SqlUsersDeleteRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHost()
public abstract String getHost()Host of the user in the instance.
string host = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The host. |
getHostBytes()
public abstract ByteString getHostBytes()Host of the user in the instance.
string host = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for host. |
getInstance()
public abstract String getInstance()Database instance ID. This does not include the project ID.
string instance = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()Database instance ID. This does not include the project ID.
string instance = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getName()
public abstract String getName()Name of the user in the instance.
string name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the user in the instance.
string name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProject()
public abstract String getProject()Project ID of the project that contains the instance.
string project = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID of the project that contains the instance.
string project = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |