Uses of Class
com.google.api.servicecontrol.v1.CheckResponse
-
Packages that use CheckResponse Package Description com.google.api.servicecontrol.v1 A client to Service Control APIcom.google.api.servicecontrol.v1.stub -
-
Uses of CheckResponse in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return CheckResponse Modifier and Type Method Description CheckResponse
CheckResponse.Builder. build()
CheckResponse
CheckResponse.Builder. buildPartial()
CheckResponse
ServiceControllerClient. check(CheckRequest request)
Checks whether an operation on a service should be allowed to proceed based on the configuration of the service and related policies.CheckResponse
ServiceControllerGrpc.ServiceControllerBlockingStub. check(CheckRequest request)
Checks whether an operation on a service should be allowed to proceed based on the configuration of the service and related policies.static CheckResponse
CheckResponse. getDefaultInstance()
CheckResponse
CheckResponse.Builder. getDefaultInstanceForType()
CheckResponse
CheckResponse. getDefaultInstanceForType()
static CheckResponse
CheckResponse. parseDelimitedFrom(InputStream input)
static CheckResponse
CheckResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckResponse
CheckResponse. parseFrom(byte[] data)
static CheckResponse
CheckResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckResponse
CheckResponse. parseFrom(com.google.protobuf.ByteString data)
static CheckResponse
CheckResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckResponse
CheckResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CheckResponse
CheckResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckResponse
CheckResponse. parseFrom(InputStream input)
static CheckResponse
CheckResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckResponse
CheckResponse. parseFrom(ByteBuffer data)
static CheckResponse
CheckResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicecontrol.v1 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)
Checks whether an operation on a service should be allowed to proceed based on the configuration of the service and related policies.com.google.api.gax.rpc.UnaryCallable<CheckRequest,CheckResponse>
ServiceControllerClient. checkCallable()
Checks whether an operation on a service should be allowed to proceed based on the configuration of the service and related policies.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.v1 with parameters of type CheckResponse Modifier and Type Method Description CheckResponse.Builder
CheckResponse.Builder. mergeFrom(CheckResponse other)
static CheckResponse.Builder
CheckResponse. newBuilder(CheckResponse prototype)
Method parameters in com.google.api.servicecontrol.v1 with type arguments of type CheckResponse Modifier and Type Method Description default void
ServiceControllerGrpc.AsyncService. check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver)
Checks whether an operation on a service should be allowed to proceed based on the configuration of the service and related policies.void
ServiceControllerGrpc.ServiceControllerStub. check(CheckRequest request, io.grpc.stub.StreamObserver<CheckResponse> responseObserver)
Checks whether an operation on a service should be allowed to proceed based on the configuration of the service and related policies. -
Uses of CheckResponse in com.google.api.servicecontrol.v1.stub
Methods in com.google.api.servicecontrol.v1.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.
-