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 CheckAutopilotCompatibilityResponse
ClusterManagerClient. 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 CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse.Builder. build()
CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse.Builder. buildPartial()
CheckAutopilotCompatibilityResponse
ClusterManagerGrpc.ClusterManagerBlockingStub. checkAutopilotCompatibility(CheckAutopilotCompatibilityRequest request)
Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. getDefaultInstance()
CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse.Builder. getDefaultInstanceForType()
CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. getDefaultInstanceForType()
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseDelimitedFrom(InputStream input)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseFrom(byte[] data)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseFrom(com.google.protobuf.ByteString data)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseFrom(InputStream input)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. parseFrom(ByteBuffer data)
static CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse. 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.Builder
CheckAutopilotCompatibilityResponse.Builder. mergeFrom(CheckAutopilotCompatibilityResponse other)
static CheckAutopilotCompatibilityResponse.Builder
CheckAutopilotCompatibilityResponse. newBuilder(CheckAutopilotCompatibilityResponse prototype)
Method parameters in com.google.container.v1 with type arguments of type CheckAutopilotCompatibilityResponse Modifier and Type Method Description default void
ClusterManagerGrpc.AsyncService. checkAutopilotCompatibility(CheckAutopilotCompatibilityRequest request, io.grpc.stub.StreamObserver<CheckAutopilotCompatibilityResponse> responseObserver)
Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.void
ClusterManagerGrpc.ClusterManagerStub. checkAutopilotCompatibility(CheckAutopilotCompatibilityRequest request, io.grpc.stub.StreamObserver<CheckAutopilotCompatibilityResponse> responseObserver)
Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.
-