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