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