Uses of Class
com.google.api.servicecontrol.v2.CheckRequest
-
Packages that use CheckRequest Package Description com.google.api.servicecontrol.v2 A client to Service Control APIcom.google.api.servicecontrol.v2.stub -
-
Uses of CheckRequest in com.google.api.servicecontrol.v2
Methods in com.google.api.servicecontrol.v2 that return CheckRequest Modifier and Type Method Description CheckRequestCheckRequest.Builder. build()CheckRequestCheckRequest.Builder. buildPartial()static CheckRequestCheckRequest. getDefaultInstance()CheckRequestCheckRequest.Builder. getDefaultInstanceForType()CheckRequestCheckRequest. getDefaultInstanceForType()static CheckRequestCheckRequest. parseDelimitedFrom(InputStream input)static CheckRequestCheckRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckRequestCheckRequest. parseFrom(byte[] data)static CheckRequestCheckRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckRequestCheckRequest. parseFrom(com.google.protobuf.ByteString data)static CheckRequestCheckRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckRequestCheckRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CheckRequestCheckRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckRequestCheckRequest. parseFrom(InputStream input)static CheckRequestCheckRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckRequestCheckRequest. parseFrom(ByteBuffer data)static CheckRequestCheckRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.servicecontrol.v2 that return types with arguments of type CheckRequest Modifier and Type Method Description 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<CheckRequest>CheckRequest. getParserForType()static com.google.protobuf.Parser<CheckRequest>CheckRequest. parser()Methods in com.google.api.servicecontrol.v2 with parameters of type CheckRequest Modifier and Type Method Description CheckResponseServiceControllerClient. check(CheckRequest request)Private Preview.default voidServiceControllerGrpc.AsyncService. check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver)Private Preview.CheckResponseServiceControllerGrpc.ServiceControllerBlockingStub. check(CheckRequest request)Private Preview.com.google.common.util.concurrent.ListenableFuture<CheckResponse>ServiceControllerGrpc.ServiceControllerFutureStub. check(CheckRequest request)Private Preview.voidServiceControllerGrpc.ServiceControllerStub. check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver)Private Preview.CheckRequest.BuilderCheckRequest.Builder. mergeFrom(CheckRequest other)static CheckRequest.BuilderCheckRequest. newBuilder(CheckRequest prototype) -
Uses of CheckRequest in com.google.api.servicecontrol.v2.stub
Methods in com.google.api.servicecontrol.v2.stub that return types with arguments of type CheckRequest 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.
-