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