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 AzureSshConfig
AzureSshConfig.Builder. build()
AzureSshConfig
AzureSshConfig.Builder. buildPartial()
static AzureSshConfig
AzureSshConfig. getDefaultInstance()
AzureSshConfig
AzureSshConfig.Builder. getDefaultInstanceForType()
AzureSshConfig
AzureSshConfig. getDefaultInstanceForType()
AzureSshConfig
AzureControlPlane.Builder. getSshConfig()
Required.AzureSshConfig
AzureControlPlane. getSshConfig()
Required.AzureSshConfig
AzureControlPlaneOrBuilder. getSshConfig()
Required.AzureSshConfig
AzureNodeConfig.Builder. getSshConfig()
Required.AzureSshConfig
AzureNodeConfig. getSshConfig()
Required.AzureSshConfig
AzureNodeConfigOrBuilder. getSshConfig()
Required.static AzureSshConfig
AzureSshConfig. parseDelimitedFrom(InputStream input)
static AzureSshConfig
AzureSshConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureSshConfig
AzureSshConfig. parseFrom(byte[] data)
static AzureSshConfig
AzureSshConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureSshConfig
AzureSshConfig. parseFrom(com.google.protobuf.ByteString data)
static AzureSshConfig
AzureSshConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureSshConfig
AzureSshConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static AzureSshConfig
AzureSshConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureSshConfig
AzureSshConfig. parseFrom(InputStream input)
static AzureSshConfig
AzureSshConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureSshConfig
AzureSshConfig. parseFrom(ByteBuffer data)
static AzureSshConfig
AzureSshConfig. 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.Builder
AzureSshConfig.Builder. mergeFrom(AzureSshConfig other)
AzureControlPlane.Builder
AzureControlPlane.Builder. mergeSshConfig(AzureSshConfig value)
Required.AzureNodeConfig.Builder
AzureNodeConfig.Builder. mergeSshConfig(AzureSshConfig value)
Required.static AzureSshConfig.Builder
AzureSshConfig. newBuilder(AzureSshConfig prototype)
AzureControlPlane.Builder
AzureControlPlane.Builder. setSshConfig(AzureSshConfig value)
Required.AzureNodeConfig.Builder
AzureNodeConfig.Builder. setSshConfig(AzureSshConfig value)
Required.
-