Uses of Class
com.google.cloud.gkemulticloud.v1.AwsServerConfig
-
Packages that use AwsServerConfig Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud APIcom.google.cloud.gkemulticloud.v1.stub -
-
Uses of AwsServerConfig in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AwsServerConfig Modifier and Type Method Description AwsServerConfig
AwsServerConfig.Builder. build()
AwsServerConfig
AwsServerConfig.Builder. buildPartial()
AwsServerConfig
AwsClustersClient. getAwsServerConfig(AwsServerConfigName name)
Returns information, such as supported AWS regions and Kubernetes versions, on a given Google Cloud location.AwsServerConfig
AwsClustersClient. getAwsServerConfig(GetAwsServerConfigRequest request)
Returns information, such as supported AWS regions and Kubernetes versions, on a given Google Cloud location.AwsServerConfig
AwsClustersClient. getAwsServerConfig(String name)
Returns information, such as supported AWS regions and Kubernetes versions, on a given Google Cloud location.AwsServerConfig
AwsClustersGrpc.AwsClustersBlockingStub. getAwsServerConfig(GetAwsServerConfigRequest request)
Returns information, such as supported AWS regions and Kubernetes versions, on a given Google Cloud location.static AwsServerConfig
AwsServerConfig. getDefaultInstance()
AwsServerConfig
AwsServerConfig.Builder. getDefaultInstanceForType()
AwsServerConfig
AwsServerConfig. getDefaultInstanceForType()
static AwsServerConfig
AwsServerConfig. parseDelimitedFrom(InputStream input)
static AwsServerConfig
AwsServerConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsServerConfig
AwsServerConfig. parseFrom(byte[] data)
static AwsServerConfig
AwsServerConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsServerConfig
AwsServerConfig. parseFrom(com.google.protobuf.ByteString data)
static AwsServerConfig
AwsServerConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsServerConfig
AwsServerConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static AwsServerConfig
AwsServerConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsServerConfig
AwsServerConfig. parseFrom(InputStream input)
static AwsServerConfig
AwsServerConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsServerConfig
AwsServerConfig. parseFrom(ByteBuffer data)
static AwsServerConfig
AwsServerConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AwsServerConfig Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AwsServerConfig>
AwsClustersGrpc.AwsClustersFutureStub. getAwsServerConfig(GetAwsServerConfigRequest request)
Returns information, such as supported AWS regions and Kubernetes versions, on a given Google Cloud location.com.google.api.gax.rpc.UnaryCallable<GetAwsServerConfigRequest,AwsServerConfig>
AwsClustersClient. getAwsServerConfigCallable()
Returns information, such as supported AWS regions and Kubernetes versions, on a given Google Cloud location.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAwsServerConfigRequest,AwsServerConfig>
AwsClustersSettings.Builder. getAwsServerConfigSettings()
Returns the builder for the settings used for calls to getAwsServerConfig.com.google.api.gax.rpc.UnaryCallSettings<GetAwsServerConfigRequest,AwsServerConfig>
AwsClustersSettings. getAwsServerConfigSettings()
Returns the object with the settings used for calls to getAwsServerConfig.static io.grpc.MethodDescriptor<GetAwsServerConfigRequest,AwsServerConfig>
AwsClustersGrpc. getGetAwsServerConfigMethod()
com.google.protobuf.Parser<AwsServerConfig>
AwsServerConfig. getParserForType()
static com.google.protobuf.Parser<AwsServerConfig>
AwsServerConfig. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AwsServerConfig Modifier and Type Method Description AwsServerConfig.Builder
AwsServerConfig.Builder. mergeFrom(AwsServerConfig other)
static AwsServerConfig.Builder
AwsServerConfig. newBuilder(AwsServerConfig prototype)
Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type AwsServerConfig Modifier and Type Method Description default void
AwsClustersGrpc.AsyncService. getAwsServerConfig(GetAwsServerConfigRequest request, io.grpc.stub.StreamObserver<AwsServerConfig> responseObserver)
Returns information, such as supported AWS regions and Kubernetes versions, on a given Google Cloud location.void
AwsClustersGrpc.AwsClustersStub. getAwsServerConfig(GetAwsServerConfigRequest request, io.grpc.stub.StreamObserver<AwsServerConfig> responseObserver)
Returns information, such as supported AWS regions and Kubernetes versions, on a given Google Cloud location. -
Uses of AwsServerConfig in com.google.cloud.gkemulticloud.v1.stub
Methods in com.google.cloud.gkemulticloud.v1.stub that return types with arguments of type AwsServerConfig Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAwsServerConfigRequest,AwsServerConfig>
AwsClustersStub. getAwsServerConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetAwsServerConfigRequest,AwsServerConfig>
GrpcAwsClustersStub. getAwsServerConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetAwsServerConfigRequest,AwsServerConfig>
HttpJsonAwsClustersStub. getAwsServerConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAwsServerConfigRequest,AwsServerConfig>
AwsClustersStubSettings.Builder. getAwsServerConfigSettings()
Returns the builder for the settings used for calls to getAwsServerConfig.com.google.api.gax.rpc.UnaryCallSettings<GetAwsServerConfigRequest,AwsServerConfig>
AwsClustersStubSettings. getAwsServerConfigSettings()
Returns the object with the settings used for calls to getAwsServerConfig.
-