chore: Update generation configuration at Thu Nov 13 02:30:30 UTC 202… · googleapis/java-logging@9187dcd
@@ -24,9 +24,6 @@
2424 * Service for ingesting and querying logs.
2525 * </pre>
2626 */
27-@javax.annotation.Generated(
28-value = "by gRPC proto compiler",
29-comments = "Source: google/logging/v2/logging.proto")
3027@io.grpc.stub.annotations.GrpcGenerated
3128public final class LoggingServiceV2Grpc {
3229@@ -635,8 +632,9 @@ protected LoggingServiceV2BlockingV2Stub build(
635632 * delete operation with a timestamp before the operation will be deleted.
636633 * </pre>
637634 */
638-public com.google.protobuf.Empty deleteLog(com.google.logging.v2.DeleteLogRequest request) {
639-return io.grpc.stub.ClientCalls.blockingUnaryCall(
635+public com.google.protobuf.Empty deleteLog(com.google.logging.v2.DeleteLogRequest request)
636+throws io.grpc.StatusException {
637+return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
640638getChannel(), getDeleteLogMethod(), getCallOptions(), request);
641639 }
642640@@ -654,8 +652,8 @@ public com.google.protobuf.Empty deleteLog(com.google.logging.v2.DeleteLogReques
654652 * </pre>
655653 */
656654public com.google.logging.v2.WriteLogEntriesResponse writeLogEntries(
657-com.google.logging.v2.WriteLogEntriesRequest request) {
658-return io.grpc.stub.ClientCalls.blockingUnaryCall(
655+com.google.logging.v2.WriteLogEntriesRequest request) throws io.grpc.StatusException {
656+return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
659657getChannel(), getWriteLogEntriesMethod(), getCallOptions(), request);
660658 }
661659@@ -670,8 +668,8 @@ public com.google.logging.v2.WriteLogEntriesResponse writeLogEntries(
670668 * </pre>
671669 */
672670public com.google.logging.v2.ListLogEntriesResponse listLogEntries(
673-com.google.logging.v2.ListLogEntriesRequest request) {
674-return io.grpc.stub.ClientCalls.blockingUnaryCall(
671+com.google.logging.v2.ListLogEntriesRequest request) throws io.grpc.StatusException {
672+return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
675673getChannel(), getListLogEntriesMethod(), getCallOptions(), request);
676674 }
677675@@ -684,8 +682,9 @@ public com.google.logging.v2.ListLogEntriesResponse listLogEntries(
684682 */
685683public com.google.logging.v2.ListMonitoredResourceDescriptorsResponse
686684listMonitoredResourceDescriptors(
687-com.google.logging.v2.ListMonitoredResourceDescriptorsRequest request) {
688-return io.grpc.stub.ClientCalls.blockingUnaryCall(
685+com.google.logging.v2.ListMonitoredResourceDescriptorsRequest request)
686+throws io.grpc.StatusException {
687+return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
689688getChannel(), getListMonitoredResourceDescriptorsMethod(), getCallOptions(), request);
690689 }
691690@@ -698,8 +697,8 @@ public com.google.logging.v2.ListLogEntriesResponse listLogEntries(
698697 * </pre>
699698 */
700699public com.google.logging.v2.ListLogsResponse listLogs(
701-com.google.logging.v2.ListLogsRequest request) {
702-return io.grpc.stub.ClientCalls.blockingUnaryCall(
700+com.google.logging.v2.ListLogsRequest request) throws io.grpc.StatusException {
701+return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
703702getChannel(), getListLogsMethod(), getCallOptions(), request);
704703 }
705704