Uses of Class
com.google.api.servicecontrol.v1.ReportResponse
-
Packages that use ReportResponse Package Description com.google.api.servicecontrol.v1 A client to Service Control APIcom.google.api.servicecontrol.v1.stub -
-
Uses of ReportResponse in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return ReportResponse Modifier and Type Method Description ReportResponseReportResponse.Builder. build()ReportResponseReportResponse.Builder. buildPartial()static ReportResponseReportResponse. getDefaultInstance()ReportResponseReportResponse.Builder. getDefaultInstanceForType()ReportResponseReportResponse. getDefaultInstanceForType()static ReportResponseReportResponse. parseDelimitedFrom(InputStream input)static ReportResponseReportResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportResponseReportResponse. parseFrom(byte[] data)static ReportResponseReportResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportResponseReportResponse. parseFrom(com.google.protobuf.ByteString data)static ReportResponseReportResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportResponseReportResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ReportResponseReportResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportResponseReportResponse. parseFrom(InputStream input)static ReportResponseReportResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportResponseReportResponse. parseFrom(ByteBuffer data)static ReportResponseReportResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ReportResponseServiceControllerClient. report(ReportRequest request)Reports operation results to Google Service Control, such as logs and metrics.ReportResponseServiceControllerGrpc.ServiceControllerBlockingStub. report(ReportRequest request)Reports operation results to Google Service Control, such as logs and metrics.Methods in com.google.api.servicecontrol.v1 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)Reports operation results to Google Service Control, such as logs and metrics.com.google.api.gax.rpc.UnaryCallable<ReportRequest,ReportResponse>ServiceControllerClient. reportCallable()Reports operation results to Google Service Control, such as logs and metrics.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.v1 with parameters of type ReportResponse Modifier and Type Method Description ReportResponse.BuilderReportResponse.Builder. mergeFrom(ReportResponse other)static ReportResponse.BuilderReportResponse. newBuilder(ReportResponse prototype)Method parameters in com.google.api.servicecontrol.v1 with type arguments of type ReportResponse Modifier and Type Method Description default voidServiceControllerGrpc.AsyncService. report(ReportRequest request, io.grpc.stub.StreamObserver<ReportResponse> responseObserver)Reports operation results to Google Service Control, such as logs and metrics.voidServiceControllerGrpc.ServiceControllerStub. report(ReportRequest request, io.grpc.stub.StreamObserver<ReportResponse> responseObserver)Reports operation results to Google Service Control, such as logs and metrics. -
Uses of ReportResponse in com.google.api.servicecontrol.v1.stub
Methods in com.google.api.servicecontrol.v1.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.
-