Uses of Class
com.google.cloud.gkemulticloud.v1.AwsSshConfig
-
Packages that use AwsSshConfig Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AwsSshConfig in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AwsSshConfig Modifier and Type Method Description AwsSshConfig
AwsSshConfig.Builder. build()
AwsSshConfig
AwsSshConfig.Builder. buildPartial()
static AwsSshConfig
AwsSshConfig. getDefaultInstance()
AwsSshConfig
AwsSshConfig.Builder. getDefaultInstanceForType()
AwsSshConfig
AwsSshConfig. getDefaultInstanceForType()
AwsSshConfig
AwsControlPlane.Builder. getSshConfig()
Optional.AwsSshConfig
AwsControlPlane. getSshConfig()
Optional.AwsSshConfig
AwsControlPlaneOrBuilder. getSshConfig()
Optional.AwsSshConfig
AwsNodeConfig.Builder. getSshConfig()
Optional.AwsSshConfig
AwsNodeConfig. getSshConfig()
Optional.AwsSshConfig
AwsNodeConfigOrBuilder. getSshConfig()
Optional.static AwsSshConfig
AwsSshConfig. parseDelimitedFrom(InputStream input)
static AwsSshConfig
AwsSshConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsSshConfig
AwsSshConfig. parseFrom(byte[] data)
static AwsSshConfig
AwsSshConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsSshConfig
AwsSshConfig. parseFrom(com.google.protobuf.ByteString data)
static AwsSshConfig
AwsSshConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsSshConfig
AwsSshConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static AwsSshConfig
AwsSshConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsSshConfig
AwsSshConfig. parseFrom(InputStream input)
static AwsSshConfig
AwsSshConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsSshConfig
AwsSshConfig. parseFrom(ByteBuffer data)
static AwsSshConfig
AwsSshConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AwsSshConfig Modifier and Type Method Description com.google.protobuf.Parser<AwsSshConfig>
AwsSshConfig. getParserForType()
static com.google.protobuf.Parser<AwsSshConfig>
AwsSshConfig. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AwsSshConfig Modifier and Type Method Description AwsSshConfig.Builder
AwsSshConfig.Builder. mergeFrom(AwsSshConfig other)
AwsControlPlane.Builder
AwsControlPlane.Builder. mergeSshConfig(AwsSshConfig value)
Optional.AwsNodeConfig.Builder
AwsNodeConfig.Builder. mergeSshConfig(AwsSshConfig value)
Optional.static AwsSshConfig.Builder
AwsSshConfig. newBuilder(AwsSshConfig prototype)
AwsControlPlane.Builder
AwsControlPlane.Builder. setSshConfig(AwsSshConfig value)
Optional.AwsNodeConfig.Builder
AwsNodeConfig.Builder. setSshConfig(AwsSshConfig value)
Optional.
-