Class AzureSshConfig (0.43.0)

public final class AzureSshConfig extends GeneratedMessageV3 implements AzureSshConfigOrBuilder

SSH configuration for Azure resources.

Protobuf type google.cloud.gkemulticloud.v1.AzureSshConfig

Static Fields

AUTHORIZED_KEY_FIELD_NUMBER

public static final int AUTHORIZED_KEY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AzureSshConfig getDefaultInstance()
Returns
Type Description
AzureSshConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AzureSshConfig.Builder newBuilder()
Returns
Type Description
AzureSshConfig.Builder

newBuilder(AzureSshConfig prototype)

public static AzureSshConfig.Builder newBuilder(AzureSshConfig prototype)
Parameter
Name Description
prototype AzureSshConfig
Returns
Type Description
AzureSshConfig.Builder

parseDelimitedFrom(InputStream input)

public static AzureSshConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureSshConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AzureSshConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AzureSshConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AzureSshConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AzureSshConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AzureSshConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureSshConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AzureSshConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureSshConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AzureSshConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AzureSshConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureSshConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AzureSshConfig> parser()
Returns
Type Description
Parser<AzureSshConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAuthorizedKey()

public String getAuthorizedKey()

Required. The SSH public key data for VMs managed by Anthos. This accepts the authorized_keys file format used in OpenSSH according to the sshd(8) manual page.

string authorized_key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The authorizedKey.

getAuthorizedKeyBytes()

public ByteString getAuthorizedKeyBytes()

Required. The SSH public key data for VMs managed by Anthos. This accepts the authorized_keys file format used in OpenSSH according to the sshd(8) manual page.

string authorized_key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for authorizedKey.

getDefaultInstanceForType()

public AzureSshConfig getDefaultInstanceForType()
Returns
Type Description
AzureSshConfig

getParserForType()

public Parser<AzureSshConfig> getParserForType()
Returns
Type Description
Parser<AzureSshConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AzureSshConfig.Builder newBuilderForType()
Returns
Type Description
AzureSshConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AzureSshConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AzureSshConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AzureSshConfig.Builder toBuilder()
Returns
Type Description
AzureSshConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException