public static final class AddPublicKeyRequest.Builder extends GeneratedMessage.Builder<AddPublicKeyRequest.Builder> implements AddPublicKeyRequestOrBuilderRequest message for AddPublicKey.
Protobuf type google.cloud.shell.v1.AddPublicKeyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AddPublicKeyRequest.BuilderImplements
AddPublicKeyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AddPublicKeyRequest build()| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest |
|
buildPartial()
public AddPublicKeyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest |
|
clear()
public AddPublicKeyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest.Builder |
|
clearEnvironment()
public AddPublicKeyRequest.Builder clearEnvironment() Environment this key should be added to, e.g.
users/me/environments/default.
string environment = 1;
| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest.Builder |
This builder for chaining. |
clearKey()
public AddPublicKeyRequest.Builder clearKey() Key that should be added to the environment. Supported formats are
ssh-dss (see RFC4253), ssh-rsa (see RFC4253), ecdsa-sha2-nistp256
(see RFC5656), ecdsa-sha2-nistp384 (see RFC5656) and
ecdsa-sha2-nistp521 (see RFC5656). It should be structured as
<format> <content>, where <content> part is encoded with
Base64.
string key = 2;
| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public AddPublicKeyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnvironment()
public String getEnvironment() Environment this key should be added to, e.g.
users/me/environments/default.
string environment = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The environment. |
getEnvironmentBytes()
public ByteString getEnvironmentBytes() Environment this key should be added to, 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 added to the environment. Supported formats are
ssh-dss (see RFC4253), ssh-rsa (see RFC4253), ecdsa-sha2-nistp256
(see RFC5656), ecdsa-sha2-nistp384 (see RFC5656) and
ecdsa-sha2-nistp521 (see RFC5656). It should be structured as
<format> <content>, where <content> part is encoded with
Base64.
string key = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The key. |
getKeyBytes()
public ByteString getKeyBytes() Key that should be added to the environment. Supported formats are
ssh-dss (see RFC4253), ssh-rsa (see RFC4253), ecdsa-sha2-nistp256
(see RFC5656), ecdsa-sha2-nistp384 (see RFC5656) and
ecdsa-sha2-nistp521 (see RFC5656). It should be structured as
<format> <content>, where <content> part is encoded with
Base64.
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(AddPublicKeyRequest other)
public AddPublicKeyRequest.Builder mergeFrom(AddPublicKeyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
AddPublicKeyRequest |
| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AddPublicKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AddPublicKeyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest.Builder |
|
setEnvironment(String value)
public AddPublicKeyRequest.Builder setEnvironment(String value) Environment this key should be added to, e.g.
users/me/environments/default.
string environment = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe environment to set. |
| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest.Builder |
This builder for chaining. |
setEnvironmentBytes(ByteString value)
public AddPublicKeyRequest.Builder setEnvironmentBytes(ByteString value) Environment this key should be added to, e.g.
users/me/environments/default.
string environment = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for environment to set. |
| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest.Builder |
This builder for chaining. |
setKey(String value)
public AddPublicKeyRequest.Builder setKey(String value) Key that should be added to the environment. Supported formats are
ssh-dss (see RFC4253), ssh-rsa (see RFC4253), ecdsa-sha2-nistp256
(see RFC5656), ecdsa-sha2-nistp384 (see RFC5656) and
ecdsa-sha2-nistp521 (see RFC5656). It should be structured as
<format> <content>, where <content> part is encoded with
Base64.
string key = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe key to set. |
| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest.Builder |
This builder for chaining. |
setKeyBytes(ByteString value)
public AddPublicKeyRequest.Builder setKeyBytes(ByteString value) Key that should be added to the environment. Supported formats are
ssh-dss (see RFC4253), ssh-rsa (see RFC4253), ecdsa-sha2-nistp256
(see RFC5656), ecdsa-sha2-nistp384 (see RFC5656) and
ecdsa-sha2-nistp521 (see RFC5656). It should be structured as
<format> <content>, where <content> part is encoded with
Base64.
string key = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for key to set. |
| Returns | |
|---|---|
| Type | Description |
AddPublicKeyRequest.Builder |
This builder for chaining. |