Uses of Class
com.google.cloud.gkemulticloud.v1.AzureSshConfig
-
Packages that use AzureSshConfig Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AzureSshConfig in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AzureSshConfig Modifier and Type Method Description AzureSshConfigAzureSshConfig.Builder. build()AzureSshConfigAzureSshConfig.Builder. buildPartial()static AzureSshConfigAzureSshConfig. getDefaultInstance()AzureSshConfigAzureSshConfig.Builder. getDefaultInstanceForType()AzureSshConfigAzureSshConfig. getDefaultInstanceForType()AzureSshConfigAzureControlPlane.Builder. getSshConfig()Required.AzureSshConfigAzureControlPlane. getSshConfig()Required.AzureSshConfigAzureControlPlaneOrBuilder. getSshConfig()Required.AzureSshConfigAzureNodeConfig.Builder. getSshConfig()Required.AzureSshConfigAzureNodeConfig. getSshConfig()Required.AzureSshConfigAzureNodeConfigOrBuilder. getSshConfig()Required.static AzureSshConfigAzureSshConfig. parseDelimitedFrom(InputStream input)static AzureSshConfigAzureSshConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AzureSshConfigAzureSshConfig. parseFrom(byte[] data)static AzureSshConfigAzureSshConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AzureSshConfigAzureSshConfig. parseFrom(com.google.protobuf.ByteString data)static AzureSshConfigAzureSshConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AzureSshConfigAzureSshConfig. parseFrom(com.google.protobuf.CodedInputStream input)static AzureSshConfigAzureSshConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AzureSshConfigAzureSshConfig. parseFrom(InputStream input)static AzureSshConfigAzureSshConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AzureSshConfigAzureSshConfig. parseFrom(ByteBuffer data)static AzureSshConfigAzureSshConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AzureSshConfig Modifier and Type Method Description com.google.protobuf.Parser<AzureSshConfig>AzureSshConfig. getParserForType()static com.google.protobuf.Parser<AzureSshConfig>AzureSshConfig. parser()Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AzureSshConfig Modifier and Type Method Description AzureSshConfig.BuilderAzureSshConfig.Builder. mergeFrom(AzureSshConfig other)AzureControlPlane.BuilderAzureControlPlane.Builder. mergeSshConfig(AzureSshConfig value)Required.AzureNodeConfig.BuilderAzureNodeConfig.Builder. mergeSshConfig(AzureSshConfig value)Required.static AzureSshConfig.BuilderAzureSshConfig. newBuilder(AzureSshConfig prototype)AzureControlPlane.BuilderAzureControlPlane.Builder. setSshConfig(AzureSshConfig value)Required.AzureNodeConfig.BuilderAzureNodeConfig.Builder. setSshConfig(AzureSshConfig value)Required.
-