public static final class RemovePublicKeyRequest.Builder extends GeneratedMessage.Builder<RemovePublicKeyRequest.Builder> implements RemovePublicKeyRequestOrBuilderRequest message for RemovePublicKey.
Protobuf type google.cloud.shell.v1.RemovePublicKeyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RemovePublicKeyRequest.BuilderImplements
RemovePublicKeyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RemovePublicKeyRequest build()| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest |
|
buildPartial()
public RemovePublicKeyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest |
|
clear()
public RemovePublicKeyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest.Builder |
|
clearEnvironment()
public RemovePublicKeyRequest.Builder clearEnvironment() Environment this key should be removed from, e.g.
users/me/environments/default.
string environment = 1;
| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest.Builder |
This builder for chaining. |
clearKey()
public RemovePublicKeyRequest.Builder clearKey()Key that should be removed from the environment.
string key = 2;
| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public RemovePublicKeyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnvironment()
public String getEnvironment() Environment this key should be removed from, e.g.
users/me/environments/default.
string environment = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The environment. |
getEnvironmentBytes()
public ByteString getEnvironmentBytes() Environment this key should be removed from, e.g.
users/me/environments/default.
string environment = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for environment. |
getKey()
public String getKey()Key that should be removed from the environment.
string key = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The key. |
getKeyBytes()
public ByteString getKeyBytes()Key that should be removed from the environment.
string key = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for key. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RemovePublicKeyRequest other)
public RemovePublicKeyRequest.Builder mergeFrom(RemovePublicKeyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RemovePublicKeyRequest |
| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RemovePublicKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RemovePublicKeyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest.Builder |
|
setEnvironment(String value)
public RemovePublicKeyRequest.Builder setEnvironment(String value) Environment this key should be removed from, e.g.
users/me/environments/default.
string environment = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe environment to set. |
| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest.Builder |
This builder for chaining. |
setEnvironmentBytes(ByteString value)
public RemovePublicKeyRequest.Builder setEnvironmentBytes(ByteString value) Environment this key should be removed from, e.g.
users/me/environments/default.
string environment = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for environment to set. |
| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest.Builder |
This builder for chaining. |
setKey(String value)
public RemovePublicKeyRequest.Builder setKey(String value)Key that should be removed from the environment.
string key = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe key to set. |
| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest.Builder |
This builder for chaining. |
setKeyBytes(ByteString value)
public RemovePublicKeyRequest.Builder setKeyBytes(ByteString value)Key that should be removed from the environment.
string key = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for key to set. |
| Returns | |
|---|---|
| Type | Description |
RemovePublicKeyRequest.Builder |
This builder for chaining. |