public static final class SqlUsersDeleteRequest.Builder extends GeneratedMessage.Builder<SqlUsersDeleteRequest.Builder> implements SqlUsersDeleteRequestOrBuilderProtobuf type google.cloud.sql.v1.SqlUsersDeleteRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SqlUsersDeleteRequest.BuilderImplements
SqlUsersDeleteRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SqlUsersDeleteRequest build()| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest |
|
buildPartial()
public SqlUsersDeleteRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest |
|
clear()
public SqlUsersDeleteRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
|
clearHost()
public SqlUsersDeleteRequest.Builder clearHost()Host of the user in the instance.
string host = 1;
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
clearInstance()
public SqlUsersDeleteRequest.Builder clearInstance()Database instance ID. This does not include the project ID.
string instance = 2;
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
clearName()
public SqlUsersDeleteRequest.Builder clearName()Name of the user in the instance.
string name = 3;
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
clearProject()
public SqlUsersDeleteRequest.Builder clearProject()Project ID of the project that contains the instance.
string project = 4;
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SqlUsersDeleteRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHost()
public String getHost()Host of the user in the instance.
string host = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The host. |
getHostBytes()
public ByteString getHostBytes()Host of the user in the instance.
string host = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for host. |
getInstance()
public String getInstance()Database instance ID. This does not include the project ID.
string instance = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public 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 String getName()Name of the user in the instance.
string name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Name of the user in the instance.
string name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProject()
public String getProject()Project ID of the project that contains the instance.
string project = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID of the project that contains the instance.
string project = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SqlUsersDeleteRequest other)
public SqlUsersDeleteRequest.Builder mergeFrom(SqlUsersDeleteRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SqlUsersDeleteRequest |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SqlUsersDeleteRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SqlUsersDeleteRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
|
setHost(String value)
public SqlUsersDeleteRequest.Builder setHost(String value)Host of the user in the instance.
string host = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe host to set. |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
setHostBytes(ByteString value)
public SqlUsersDeleteRequest.Builder setHostBytes(ByteString value)Host of the user in the instance.
string host = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for host to set. |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
setInstance(String value)
public SqlUsersDeleteRequest.Builder setInstance(String value)Database instance ID. This does not include the project ID.
string instance = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe instance to set. |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
setInstanceBytes(ByteString value)
public SqlUsersDeleteRequest.Builder setInstanceBytes(ByteString value)Database instance ID. This does not include the project ID.
string instance = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for instance to set. |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
setName(String value)
public SqlUsersDeleteRequest.Builder setName(String value)Name of the user in the instance.
string name = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public SqlUsersDeleteRequest.Builder setNameBytes(ByteString value)Name of the user in the instance.
string name = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
setProject(String value)
public SqlUsersDeleteRequest.Builder setProject(String value)Project ID of the project that contains the instance.
string project = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public SqlUsersDeleteRequest.Builder setProjectBytes(ByteString value)Project ID of the project that contains the instance.
string project = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
SqlUsersDeleteRequest.Builder |
This builder for chaining. |