Uses of Class
com.google.container.v1.CheckAutopilotCompatibilityResponse
-
Packages that use CheckAutopilotCompatibilityResponse Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of CheckAutopilotCompatibilityResponse in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return CheckAutopilotCompatibilityResponse Modifier and Type Method Description CheckAutopilotCompatibilityResponseClusterManagerClient. checkAutopilotCompatibility(CheckAutopilotCompatibilityRequest request)Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.Methods in com.google.cloud.container.v1 that return types with arguments of type CheckAutopilotCompatibilityResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse>ClusterManagerClient. checkAutopilotCompatibilityCallable()Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse>ClusterManagerSettings.Builder. checkAutopilotCompatibilitySettings()Returns the builder for the settings used for calls to checkAutopilotCompatibility.com.google.api.gax.rpc.UnaryCallSettings<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse>ClusterManagerSettings. checkAutopilotCompatibilitySettings()Returns the object with the settings used for calls to checkAutopilotCompatibility. -
Uses of CheckAutopilotCompatibilityResponse in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type CheckAutopilotCompatibilityResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse>ClusterManagerStub. checkAutopilotCompatibilityCallable()com.google.api.gax.rpc.UnaryCallable<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse>GrpcClusterManagerStub. checkAutopilotCompatibilityCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse>ClusterManagerStubSettings.Builder. checkAutopilotCompatibilitySettings()Returns the builder for the settings used for calls to checkAutopilotCompatibility.com.google.api.gax.rpc.UnaryCallSettings<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse>ClusterManagerStubSettings. checkAutopilotCompatibilitySettings()Returns the object with the settings used for calls to checkAutopilotCompatibility. -
Uses of CheckAutopilotCompatibilityResponse in com.google.container.v1
Methods in com.google.container.v1 that return CheckAutopilotCompatibilityResponse Modifier and Type Method Description CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse.Builder. build()CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse.Builder. buildPartial()CheckAutopilotCompatibilityResponseClusterManagerGrpc.ClusterManagerBlockingStub. checkAutopilotCompatibility(CheckAutopilotCompatibilityRequest request)Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. getDefaultInstance()CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse.Builder. getDefaultInstanceForType()CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. getDefaultInstanceForType()static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseDelimitedFrom(InputStream input)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseFrom(byte[] data)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseFrom(com.google.protobuf.ByteString data)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseFrom(InputStream input)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseFrom(ByteBuffer data)static CheckAutopilotCompatibilityResponseCheckAutopilotCompatibilityResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1 that return types with arguments of type CheckAutopilotCompatibilityResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CheckAutopilotCompatibilityResponse>ClusterManagerGrpc.ClusterManagerFutureStub. checkAutopilotCompatibility(CheckAutopilotCompatibilityRequest request)Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.static io.grpc.MethodDescriptor<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse>ClusterManagerGrpc. getCheckAutopilotCompatibilityMethod()com.google.protobuf.Parser<CheckAutopilotCompatibilityResponse>CheckAutopilotCompatibilityResponse. getParserForType()static com.google.protobuf.Parser<CheckAutopilotCompatibilityResponse>CheckAutopilotCompatibilityResponse. parser()Methods in com.google.container.v1 with parameters of type CheckAutopilotCompatibilityResponse Modifier and Type Method Description CheckAutopilotCompatibilityResponse.BuilderCheckAutopilotCompatibilityResponse.Builder. mergeFrom(CheckAutopilotCompatibilityResponse other)static CheckAutopilotCompatibilityResponse.BuilderCheckAutopilotCompatibilityResponse. newBuilder(CheckAutopilotCompatibilityResponse prototype)Method parameters in com.google.container.v1 with type arguments of type CheckAutopilotCompatibilityResponse Modifier and Type Method Description default voidClusterManagerGrpc.AsyncService. checkAutopilotCompatibility(CheckAutopilotCompatibilityRequest request, io.grpc.stub.StreamObserver<CheckAutopilotCompatibilityResponse> responseObserver)Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.voidClusterManagerGrpc.ClusterManagerStub. checkAutopilotCompatibility(CheckAutopilotCompatibilityRequest request, io.grpc.stub.StreamObserver<CheckAutopilotCompatibilityResponse> responseObserver)Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.
-