Uses of Class
com.google.api.servicecontrol.v2.CheckResponse
-
Packages that use CheckResponse Package Description com.google.api.servicecontrol.v2 A client to Service Control APIcom.google.api.servicecontrol.v2.stub -
-
Uses of CheckResponse in com.google.api.servicecontrol.v2
Methods in com.google.api.servicecontrol.v2 that return CheckResponse Modifier and Type Method Description CheckResponseCheckResponse.Builder. build()CheckResponseCheckResponse.Builder. buildPartial()CheckResponseServiceControllerClient. check(CheckRequest request)Private Preview.CheckResponseServiceControllerGrpc.ServiceControllerBlockingStub. check(CheckRequest request)Private Preview.static CheckResponseCheckResponse. getDefaultInstance()CheckResponseCheckResponse.Builder. getDefaultInstanceForType()CheckResponseCheckResponse. getDefaultInstanceForType()static CheckResponseCheckResponse. parseDelimitedFrom(InputStream input)static CheckResponseCheckResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckResponseCheckResponse. parseFrom(byte[] data)static CheckResponseCheckResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckResponseCheckResponse. parseFrom(com.google.protobuf.ByteString data)static CheckResponseCheckResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckResponseCheckResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CheckResponseCheckResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckResponseCheckResponse. parseFrom(InputStream input)static CheckResponseCheckResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckResponseCheckResponse. parseFrom(ByteBuffer data)static CheckResponseCheckResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.servicecontrol.v2 that return types with arguments of type CheckResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CheckResponse>ServiceControllerGrpc.ServiceControllerFutureStub. check(CheckRequest request)Private Preview.com.google.api.gax.rpc.UnaryCallable<CheckRequest,CheckResponse>ServiceControllerClient. checkCallable()Private Preview.com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckRequest,CheckResponse>ServiceControllerSettings.Builder. checkSettings()Returns the builder for the settings used for calls to check.com.google.api.gax.rpc.UnaryCallSettings<CheckRequest,CheckResponse>ServiceControllerSettings. checkSettings()Returns the object with the settings used for calls to check.static io.grpc.MethodDescriptor<CheckRequest,CheckResponse>ServiceControllerGrpc. getCheckMethod()com.google.protobuf.Parser<CheckResponse>CheckResponse. getParserForType()static com.google.protobuf.Parser<CheckResponse>CheckResponse. parser()Methods in com.google.api.servicecontrol.v2 with parameters of type CheckResponse Modifier and Type Method Description CheckResponse.BuilderCheckResponse.Builder. mergeFrom(CheckResponse other)static CheckResponse.BuilderCheckResponse. newBuilder(CheckResponse prototype)Method parameters in com.google.api.servicecontrol.v2 with type arguments of type CheckResponse Modifier and Type Method Description default voidServiceControllerGrpc.AsyncService. check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver)Private Preview.voidServiceControllerGrpc.ServiceControllerStub. check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver)Private Preview. -
Uses of CheckResponse in com.google.api.servicecontrol.v2.stub
Methods in com.google.api.servicecontrol.v2.stub that return types with arguments of type CheckResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CheckRequest,CheckResponse>GrpcServiceControllerStub. checkCallable()com.google.api.gax.rpc.UnaryCallable<CheckRequest,CheckResponse>HttpJsonServiceControllerStub. checkCallable()com.google.api.gax.rpc.UnaryCallable<CheckRequest,CheckResponse>ServiceControllerStub. checkCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckRequest,CheckResponse>ServiceControllerStubSettings.Builder. checkSettings()Returns the builder for the settings used for calls to check.com.google.api.gax.rpc.UnaryCallSettings<CheckRequest,CheckResponse>ServiceControllerStubSettings. checkSettings()Returns the object with the settings used for calls to check.
-