1414 * limitations under the License.
1515 */
1616// Generated by the protocol buffer compiler. DO NOT EDIT!
17+ // NO CHECKED-IN PROTOBUF GENCODE
1718// source: google/pubsub/v1/pubsub.proto
19+ // Protobuf Java Version: 4.33.0
1820
19- // Protobuf Java Version: 3.25.8
2021package com .google .pubsub .v1 ;
2122
2223/**
2829 *
2930 * Protobuf type {@code google.pubsub.v1.AcknowledgeRequest}
3031 */
31- public final class AcknowledgeRequest extends com .google .protobuf .GeneratedMessageV3
32+ @ com .google .protobuf .Generated
33+ public final class AcknowledgeRequest extends com .google .protobuf .GeneratedMessage
3234 implements
3335 // @@protoc_insertion_point(message_implements:google.pubsub.v1.AcknowledgeRequest)
3436 AcknowledgeRequestOrBuilder {
3537 private static final long serialVersionUID = 0L ;
3638
39+ static {
40+ com .google .protobuf .RuntimeVersion .validateProtobufGencodeVersion (
41+ com .google .protobuf .RuntimeVersion .RuntimeDomain .PUBLIC ,
42+ /* major= */ 4 ,
43+ /* minor= */ 33 ,
44+ /* patch= */ 0 ,
45+ /* suffix= */ "" ,
46+ "AcknowledgeRequest" );
47+ }
48+
3749 // Use AcknowledgeRequest.newBuilder() to construct.
38- private AcknowledgeRequest (com .google .protobuf .GeneratedMessageV3 .Builder <?> builder ) {
50+ private AcknowledgeRequest (com .google .protobuf .GeneratedMessage .Builder <?> builder ) {
3951 super (builder );
4052 }
4153
@@ -44,19 +56,13 @@ private AcknowledgeRequest() {
4456 ackIds_ = com .google .protobuf .LazyStringArrayList .emptyList ();
4557 }
4658
47- @ java .lang .Override
48- @ SuppressWarnings ({"unused" })
49- protected java .lang .Object newInstance (UnusedPrivateParameter unused ) {
50- return new AcknowledgeRequest ();
51- }
52-
5359 public static final com .google .protobuf .Descriptors .Descriptor getDescriptor () {
5460 return com .google .pubsub .v1 .PubsubProto
5561 .internal_static_google_pubsub_v1_AcknowledgeRequest_descriptor ;
5662 }
5763
5864 @ java .lang .Override
59- protected com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable
65+ protected com .google .protobuf .GeneratedMessage .FieldAccessorTable
6066 internalGetFieldAccessorTable () {
6167 return com .google .pubsub .v1 .PubsubProto
6268 .internal_static_google_pubsub_v1_AcknowledgeRequest_fieldAccessorTable
@@ -214,11 +220,11 @@ public final boolean isInitialized() {
214220
215221 @ java .lang .Override
216222 public void writeTo (com .google .protobuf .CodedOutputStream output ) throws java .io .IOException {
217- if (!com .google .protobuf .GeneratedMessageV3 .isStringEmpty (subscription_ )) {
218- com .google .protobuf .GeneratedMessageV3 .writeString (output , 1 , subscription_ );
223+ if (!com .google .protobuf .GeneratedMessage .isStringEmpty (subscription_ )) {
224+ com .google .protobuf .GeneratedMessage .writeString (output , 1 , subscription_ );
219225 }
220226 for (int i = 0 ; i < ackIds_ .size (); i ++) {
221- com .google .protobuf .GeneratedMessageV3 .writeString (output , 2 , ackIds_ .getRaw (i ));
227+ com .google .protobuf .GeneratedMessage .writeString (output , 2 , ackIds_ .getRaw (i ));
222228 }
223229 getUnknownFields ().writeTo (output );
224230 }
@@ -229,8 +235,8 @@ public int getSerializedSize() {
229235 if (size != -1 ) return size ;
230236
231237 size = 0 ;
232- if (!com .google .protobuf .GeneratedMessageV3 .isStringEmpty (subscription_ )) {
233- size += com .google .protobuf .GeneratedMessageV3 .computeStringSize (1 , subscription_ );
238+ if (!com .google .protobuf .GeneratedMessage .isStringEmpty (subscription_ )) {
239+ size += com .google .protobuf .GeneratedMessage .computeStringSize (1 , subscription_ );
234240 }
235241 {
236242 int dataSize = 0 ;
@@ -316,38 +322,38 @@ public static com.google.pubsub.v1.AcknowledgeRequest parseFrom(
316322
317323 public static com .google .pubsub .v1 .AcknowledgeRequest parseFrom (java .io .InputStream input )
318324 throws java .io .IOException {
319- return com .google .protobuf .GeneratedMessageV3 .parseWithIOException (PARSER , input );
325+ return com .google .protobuf .GeneratedMessage .parseWithIOException (PARSER , input );
320326 }
321327
322328 public static com .google .pubsub .v1 .AcknowledgeRequest parseFrom (
323329 java .io .InputStream input , com .google .protobuf .ExtensionRegistryLite extensionRegistry )
324330 throws java .io .IOException {
325- return com .google .protobuf .GeneratedMessageV3 .parseWithIOException (
331+ return com .google .protobuf .GeneratedMessage .parseWithIOException (
326332 PARSER , input , extensionRegistry );
327333 }
328334
329335 public static com .google .pubsub .v1 .AcknowledgeRequest parseDelimitedFrom (
330336 java .io .InputStream input ) throws java .io .IOException {
331- return com .google .protobuf .GeneratedMessageV3 .parseDelimitedWithIOException (PARSER , input );
337+ return com .google .protobuf .GeneratedMessage .parseDelimitedWithIOException (PARSER , input );
332338 }
333339
334340 public static com .google .pubsub .v1 .AcknowledgeRequest parseDelimitedFrom (
335341 java .io .InputStream input , com .google .protobuf .ExtensionRegistryLite extensionRegistry )
336342 throws java .io .IOException {
337- return com .google .protobuf .GeneratedMessageV3 .parseDelimitedWithIOException (
343+ return com .google .protobuf .GeneratedMessage .parseDelimitedWithIOException (
338344 PARSER , input , extensionRegistry );
339345 }
340346
341347 public static com .google .pubsub .v1 .AcknowledgeRequest parseFrom (
342348 com .google .protobuf .CodedInputStream input ) throws java .io .IOException {
343- return com .google .protobuf .GeneratedMessageV3 .parseWithIOException (PARSER , input );
349+ return com .google .protobuf .GeneratedMessage .parseWithIOException (PARSER , input );
344350 }
345351
346352 public static com .google .pubsub .v1 .AcknowledgeRequest parseFrom (
347353 com .google .protobuf .CodedInputStream input ,
348354 com .google .protobuf .ExtensionRegistryLite extensionRegistry )
349355 throws java .io .IOException {
350- return com .google .protobuf .GeneratedMessageV3 .parseWithIOException (
356+ return com .google .protobuf .GeneratedMessage .parseWithIOException (
351357 PARSER , input , extensionRegistry );
352358 }
353359
@@ -370,7 +376,7 @@ public Builder toBuilder() {
370376 }
371377
372378 @ java .lang .Override
373- protected Builder newBuilderForType (com .google .protobuf .GeneratedMessageV3 .BuilderParent parent ) {
379+ protected Builder newBuilderForType (com .google .protobuf .GeneratedMessage .BuilderParent parent ) {
374380 Builder builder = new Builder (parent );
375381 return builder ;
376382 }
@@ -384,7 +390,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
384390 *
385391 * Protobuf type {@code google.pubsub.v1.AcknowledgeRequest}
386392 */
387- public static final class Builder extends com .google .protobuf .GeneratedMessageV3 .Builder <Builder >
393+ public static final class Builder extends com .google .protobuf .GeneratedMessage .Builder <Builder >
388394 implements
389395 // @@protoc_insertion_point(builder_implements:google.pubsub.v1.AcknowledgeRequest)
390396 com .google .pubsub .v1 .AcknowledgeRequestOrBuilder {
@@ -394,7 +400,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
394400 }
395401
396402 @ java .lang .Override
397- protected com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable
403+ protected com .google .protobuf .GeneratedMessage .FieldAccessorTable
398404 internalGetFieldAccessorTable () {
399405 return com .google .pubsub .v1 .PubsubProto
400406 .internal_static_google_pubsub_v1_AcknowledgeRequest_fieldAccessorTable
@@ -406,7 +412,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
406412 // Construct using com.google.pubsub.v1.AcknowledgeRequest.newBuilder()
407413 private Builder () {}
408414
409- private Builder (com .google .protobuf .GeneratedMessageV3 .BuilderParent parent ) {
415+ private Builder (com .google .protobuf .GeneratedMessage .BuilderParent parent ) {
410416 super (parent );
411417 }
412418
@@ -461,39 +467,6 @@ private void buildPartial0(com.google.pubsub.v1.AcknowledgeRequest result) {
461467 }
462468 }
463469
464- @ java .lang .Override
465- public Builder clone () {
466- return super .clone ();
467- }
468-
469- @ java .lang .Override
470- public Builder setField (
471- com .google .protobuf .Descriptors .FieldDescriptor field , java .lang .Object value ) {
472- return super .setField (field , value );
473- }
474-
475- @ java .lang .Override
476- public Builder clearField (com .google .protobuf .Descriptors .FieldDescriptor field ) {
477- return super .clearField (field );
478- }
479-
480- @ java .lang .Override
481- public Builder clearOneof (com .google .protobuf .Descriptors .OneofDescriptor oneof ) {
482- return super .clearOneof (oneof );
483- }
484-
485- @ java .lang .Override
486- public Builder setRepeatedField (
487- com .google .protobuf .Descriptors .FieldDescriptor field , int index , java .lang .Object value ) {
488- return super .setRepeatedField (field , index , value );
489- }
490-
491- @ java .lang .Override
492- public Builder addRepeatedField (
493- com .google .protobuf .Descriptors .FieldDescriptor field , java .lang .Object value ) {
494- return super .addRepeatedField (field , value );
495- }
496-
497470 @ java .lang .Override
498471 public Builder mergeFrom (com .google .protobuf .Message other ) {
499472 if (other instanceof com .google .pubsub .v1 .AcknowledgeRequest ) {
@@ -906,17 +879,6 @@ public Builder addAckIdsBytes(com.google.protobuf.ByteString value) {
906879 return this ;
907880 }
908881
909- @ java .lang .Override
910- public final Builder setUnknownFields (final com .google .protobuf .UnknownFieldSet unknownFields ) {
911- return super .setUnknownFields (unknownFields );
912- }
913-
914- @ java .lang .Override
915- public final Builder mergeUnknownFields (
916- final com .google .protobuf .UnknownFieldSet unknownFields ) {
917- return super .mergeUnknownFields (unknownFields );
918- }
919-
920882 // @@protoc_insertion_point(builder_scope:google.pubsub.v1.AcknowledgeRequest)
921883 }
922884
0 commit comments