Uses of Class
com.google.cloud.gkemulticloud.v1.AzureServerConfig
-
Packages that use AzureServerConfig Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud APIcom.google.cloud.gkemulticloud.v1.stub -
-
Uses of AzureServerConfig in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AzureServerConfig Modifier and Type Method Description AzureServerConfig
AzureServerConfig.Builder. build()
AzureServerConfig
AzureServerConfig.Builder. buildPartial()
AzureServerConfig
AzureClustersClient. getAzureServerConfig(AzureServerConfigName name)
Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.AzureServerConfig
AzureClustersClient. getAzureServerConfig(GetAzureServerConfigRequest request)
Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.AzureServerConfig
AzureClustersClient. getAzureServerConfig(String name)
Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.AzureServerConfig
AzureClustersGrpc.AzureClustersBlockingStub. getAzureServerConfig(GetAzureServerConfigRequest request)
Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.static AzureServerConfig
AzureServerConfig. getDefaultInstance()
AzureServerConfig
AzureServerConfig.Builder. getDefaultInstanceForType()
AzureServerConfig
AzureServerConfig. getDefaultInstanceForType()
static AzureServerConfig
AzureServerConfig. parseDelimitedFrom(InputStream input)
static AzureServerConfig
AzureServerConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureServerConfig
AzureServerConfig. parseFrom(byte[] data)
static AzureServerConfig
AzureServerConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureServerConfig
AzureServerConfig. parseFrom(com.google.protobuf.ByteString data)
static AzureServerConfig
AzureServerConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureServerConfig
AzureServerConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static AzureServerConfig
AzureServerConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureServerConfig
AzureServerConfig. parseFrom(InputStream input)
static AzureServerConfig
AzureServerConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureServerConfig
AzureServerConfig. parseFrom(ByteBuffer data)
static AzureServerConfig
AzureServerConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AzureServerConfig Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AzureServerConfig>
AzureClustersGrpc.AzureClustersFutureStub. getAzureServerConfig(GetAzureServerConfigRequest request)
Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.com.google.api.gax.rpc.UnaryCallable<GetAzureServerConfigRequest,AzureServerConfig>
AzureClustersClient. getAzureServerConfigCallable()
Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAzureServerConfigRequest,AzureServerConfig>
AzureClustersSettings.Builder. getAzureServerConfigSettings()
Returns the builder for the settings used for calls to getAzureServerConfig.com.google.api.gax.rpc.UnaryCallSettings<GetAzureServerConfigRequest,AzureServerConfig>
AzureClustersSettings. getAzureServerConfigSettings()
Returns the object with the settings used for calls to getAzureServerConfig.static io.grpc.MethodDescriptor<GetAzureServerConfigRequest,AzureServerConfig>
AzureClustersGrpc. getGetAzureServerConfigMethod()
com.google.protobuf.Parser<AzureServerConfig>
AzureServerConfig. getParserForType()
static com.google.protobuf.Parser<AzureServerConfig>
AzureServerConfig. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AzureServerConfig Modifier and Type Method Description AzureServerConfig.Builder
AzureServerConfig.Builder. mergeFrom(AzureServerConfig other)
static AzureServerConfig.Builder
AzureServerConfig. newBuilder(AzureServerConfig prototype)
Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type AzureServerConfig Modifier and Type Method Description default void
AzureClustersGrpc.AsyncService. getAzureServerConfig(GetAzureServerConfigRequest request, io.grpc.stub.StreamObserver<AzureServerConfig> responseObserver)
Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.void
AzureClustersGrpc.AzureClustersStub. getAzureServerConfig(GetAzureServerConfigRequest request, io.grpc.stub.StreamObserver<AzureServerConfig> responseObserver)
Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location. -
Uses of AzureServerConfig in com.google.cloud.gkemulticloud.v1.stub
Methods in com.google.cloud.gkemulticloud.v1.stub that return types with arguments of type AzureServerConfig Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAzureServerConfigRequest,AzureServerConfig>
AzureClustersStub. getAzureServerConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetAzureServerConfigRequest,AzureServerConfig>
GrpcAzureClustersStub. getAzureServerConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetAzureServerConfigRequest,AzureServerConfig>
HttpJsonAzureClustersStub. getAzureServerConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAzureServerConfigRequest,AzureServerConfig>
AzureClustersStubSettings.Builder. getAzureServerConfigSettings()
Returns the builder for the settings used for calls to getAzureServerConfig.com.google.api.gax.rpc.UnaryCallSettings<GetAzureServerConfigRequest,AzureServerConfig>
AzureClustersStubSettings. getAzureServerConfigSettings()
Returns the object with the settings used for calls to getAzureServerConfig.
-