Class AddPublicKeyRequest.Builder (2.84.0)

public static final class AddPublicKeyRequest.Builder extends GeneratedMessage.Builder<AddPublicKeyRequest.Builder> implements AddPublicKeyRequestOrBuilder

Request message for AddPublicKey.

Protobuf type google.cloud.shell.v1.AddPublicKeyRequest

Static 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
Overrides

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 &lt;format&gt; &lt;content&gt;, where &lt;content&gt; 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
Overrides

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 &lt;format&gt; &lt;content&gt;, where &lt;content&gt; 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 &lt;format&gt; &lt;content&gt;, where &lt;content&gt; 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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AddPublicKeyRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AddPublicKeyRequest.Builder
Overrides

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 String

The 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 ByteString

The 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 &lt;format&gt; &lt;content&gt;, where &lt;content&gt; part is encoded with Base64.

string key = 2;

Parameter
Name Description
value String

The 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 &lt;format&gt; &lt;content&gt;, where &lt;content&gt; part is encoded with Base64.

string key = 2;

Parameter
Name Description
value ByteString

The bytes for key to set.

Returns
Type Description
AddPublicKeyRequest.Builder

This builder for chaining.