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
Static Methods
getDefaultInstance()
public static AzureSshConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AzureSshConfig.Builder newBuilder()
Returns
newBuilder(AzureSshConfig prototype)
public static AzureSshConfig.Builder newBuilder(AzureSshConfig prototype)
Parameter
Returns
public static AzureSshConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AzureSshConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AzureSshConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AzureSshConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AzureSshConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AzureSshConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AzureSshConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AzureSshConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AzureSshConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AzureSshConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AzureSshConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AzureSshConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AzureSshConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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
getParserForType()
public Parser<AzureSshConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AzureSshConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AzureSshConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AzureSshConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions